mayankshriv opened a new issue #7256: URL: https://github.com/apache/pinot/issues/7256
Currently, Pinot client uses ZK client to watch on list of available brokers to send the request to. While this works well to keep the live broker list up-to-date, the dependency on ZK connectivity may not be desirable. One way to eliminate this would be to: - Use controller apis to get the list of brokers to query for a table. - Use polling to keep the broker list up-to-date - Additionally, also update broker list in case of errors (related to broker connectivity). -- 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]
