umustafi commented on code in PR #3557:
URL: https://github.com/apache/gobblin/pull/3557#discussion_r970200988
##########
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:
I see that is a reasonable name then. We will use this to keep all or any
hosts up to date with leader who is accepting all the API requests in warm
standby mode. Only leader node will be able to execute. Changing to use
`warmStandbyEnabled` key.
--
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]