Skip to content

Commit

Permalink
PAYARA-1809 Micro Eventbus now sends UUID rather than name (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cousjava authored and Pandrex247 committed Jul 28, 2017
1 parent 08b5ea9 commit 32b1064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public EventbusNotificationEvent buildNotificationEvent(Level level, String subj
* @param e
*/
private void setHazelcastAsInstanceName(EventbusNotificationEvent e){
e.setInstanceName(hazelcast.getMemberName());
e.setInstanceName(hazelcast.getUUID());

}

Expand Down

0 comments on commit 32b1064

Please sign in to comment.