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



##########
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:
       yeah, I guess it has the problem of being able to craft incorrect 
configurations, which is lame. 
   
   Side note, would just setting the realtime tasks to use a different tier 
than historicals and just using `watchedTiers` not flexible enough to solve the 
issue of wanting to ignore realtime tasks? I guess the drawback would be if you 
_were_ using broadcast load rules then you'd need to load on both historical 
and realtime tiers, but that doesn't seem terrible.




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