heesung-sn commented on PR #18810:
URL: https://github.com/apache/pulsar/pull/18810#issuecomment-1378379113

   nit: 
   
   Why not use LoadDataStore<BrokerLoadData> + TableView<BrokerLookupData> for 
this broker registry service? 
   
   LoadDataStore<BrokerLoadData>.keySet() can return available brokers.
   
   TableView<BrokerLookupData>.get(broker) can return the pulsar version and 
other lookup info.
   
   This will further reduce the metadata store dependency.
   
   Sorry for this random idea, and I just wanted to share it here. We may need 
a separate discussion(a PIP) to think deeper if we agree with this direction.
   


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