xiangfu0 opened a new issue, #8783: URL: https://github.com/apache/pinot/issues/8783
So far, the broker will return BrokerResourceMissingError exception if the querying broker doesn't contain the table, but the tenant contains it. This causes a lot of confusion for users deploying pinot with helmChart, as the service/loadbalancer is exposing all the brokers as one service entrypoint. The proposed solution is to add the routing mechanism for Brokers to delegate queries to the broker serving the right tenant. So that we can still keep pinot broker multi-tenant as needed meanwhile, users can also see the pinot broker as a whole service to answer the queries. -- 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]
