ZihanLi58 commented on code in PR #3557:
URL: https://github.com/apache/gobblin/pull/3557#discussion_r967431494


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/core/GobblinServiceConfiguration.java:
##########
@@ -70,6 +70,9 @@ public class GobblinServiceConfiguration {
   @Getter
   private final boolean isHelixManagerEnabled;
 
+  @Getter
+  private final boolean isSpecStoreChangeMonitorEnabled;

Review Comment:
   Multi leaders is more about partitioning that each host can handle part of 
the work. All the features we are doing here are for warm standby so that when 
one leader is down, other hosts can take over the job without gap. That's why I 
use the warm standby as the config name, let me know if you have other thoughts.



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