Skip to content

Commit

Permalink
[grid] Adding the event bus flags to the distributor server
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 1, 2019
1 parent 2a78f49 commit 8fbf2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private static class Addresses {

@Override
public String toString() {
return advertise;
return String.format("[binding to %s, advertising as %s]", bindTo, advertise);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public Executable configure(String... args) {
JCommander commander = JCommander.newBuilder()
.programName(getName())
.addObject(help)
.addObject(eventBusFlags)
.addObject(serverFlags)
.build();

Expand Down

0 comments on commit 8fbf2ea

Please sign in to comment.