Dreaouth commented on a change in pull request #623:
URL: https://github.com/apache/rocketmq-externals/pull/623#discussion_r472294602



##########
File path: 
rocketmq-connect/rocketmq-connect-runtime/src/main/java/org/apache/rocketmq/connect/runtime/service/ClusterManagementService.java
##########
@@ -57,6 +57,13 @@
      */
     void registerListener(WorkerStatusListener listener);
 
+    /**
+     * Register a leader status listener to listen the change of leader status.
+     *
+     * @param listener
+     */
+    void registerListener(LeaderStatusListener listener);

Review comment:
       Updated. I deleted one and refactor them




----------------------------------------------------------------
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.

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


Reply via email to