abhishekagarwal87 commented on a change in pull request #11732:
URL: https://github.com/apache/druid/pull/11732#discussion_r724706329



##########
File path: 
server/src/main/java/org/apache/druid/client/BrokerSegmentWatcherConfig.java
##########
@@ -46,6 +49,11 @@
     return watchedDataSources;
   }
 
+  public boolean isWatchRealtimeNodes()
+  {
+    return watchRealtimeNodes;
+  }

Review comment:
       @clintropolis - thought about this more and while playing with tier 
names is a workable approach, having a separate config to exclude real-time 
nodes makes config management easier. Like if I am trying to build an isolated 
broker-historical cohort, I can set `watchRealtimeNodes = false` on that 
cohort. The rest of the cluster requires no update. 




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to