vrajat commented on PR #14110: URL: https://github.com/apache/pinot/pull/14110#issuecomment-2533642293
I have added javadoc in `ResponseStore` to emphasis that there is a response store per broker and it is assumed that it is a shared-nothing storage. This is far more simpler and from experience it is not a disadvantage. In OSS there is no concept of a proxy and clients connect to a specific broker. It is trivial logic to remember the broker and submit subsequent requests OR get the broker host/port from the cursor response. -- 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]
