KKcorps opened a new pull request, #9037: URL: https://github.com/apache/pinot/pull/9037
Currently, JDBC driver fetches the brokers from the controller. However, the broker list returned by controller contains hostname and ports of brokers which might be unresolvable from the environment in which the driver is running. To solve this, we can allow users to pass broker urls explicitly. This allow users to pass public urls or urls accessible from their VPCs. Users need to take care though to specify the correct brokers for the tenant they are using to query. The driver doesn't implement any checks to take care of this. -- 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]
