keith-turner commented on code in PR #5944:
URL: https://github.com/apache/accumulo/pull/5944#discussion_r2392803361


##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -1525,6 +1525,12 @@ public EventCoordinator getEventCoordinator() {
     return nextEvent;
   }
 
+  @Override
+  public Events getEvents() {
+    return nextEvent;
+  }

Review Comment:
   Maybe I will rename it to EventPublisher.  There is code in the manager for 
publishing and subscribing to events that is all in memory, the fate code only 
publishes events so I wanted to only offer that functionality to fate.  
Thinking ahead that could be RPCs to the manager if fate is running outside the 
manager.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to