walterddr commented on issue #12273:
URL: https://github.com/apache/pinot/issues/12273#issuecomment-1911253385

   > This will be a Map<String, List>. The map can have pinot-components as 
keys - pinot.server, pinot.broker, pinot.controller
   
   why would we do differently for different components? 
   
   > During cluster starter / component restarts, we will fetch values from 
both conf and ZK; and do a union-distinct of both the lists.
   
   let's make sure which overrides what, my argument is cluster level (in zk) 
should be override by component conf file
   e.g. 
   1. first load the headers listed in the cluster zk conf;
   2. then load the component level conf 
   3. union both; (could you elaborate on the union-distinct? i can only think 
of adding instead of removing)
   
   


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to