Demogorgon314 commented on PR #18810: URL: https://github.com/apache/pulsar/pull/18810#issuecomment-1382617644
> 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. @heesung-sn The lookup data will not be too heavy for Zookeeper, right? Maybe we can do some tests to find out is necessary to use `LoadDataStore` to store the lookup data. -- 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]
