Dreaouth commented on a change in pull request #623:
URL: https://github.com/apache/rocketmq-externals/pull/623#discussion_r472295227
##########
File path:
rocketmq-connect/rocketmq-connect-runtime/src/main/java/org/apache/rocketmq/connect/runtime/config/ConnectConfig.java
##########
@@ -111,6 +121,46 @@ public void setNamesrvAddr(String namesrvAddr) {
this.namesrvAddr = namesrvAddr;
}
+ public int getIsLeader() {
+ return isLeader;
+ }
+
+ public void setIsLeader(int isLeader) {
Review comment:
Updated by using a single variable workerRole instead
----------------------------------------------------------------
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]