buchireddy opened a new pull request #5892: URL: https://github.com/apache/incubator-pinot/pull/5892
## Description This would let the client application to observe and print response stats selectively for queries and avoid reproducing slow queries. Changes for the feature in https://github.com/apache/incubator-pinot/issues/5871 ## Upgrade Notes Does this PR prevent a zero down-time upgrade? (Assume upgrade order: Controller, Broker, Server, Minion) * No Does this PR fix a zero-downtime upgrade introduced earlier? * No Does this PR otherwise need attention when creating release notes? Things to consider: Yes. The Java client of Pinot now exposes BrokerResponse object, which has ResponseStats in the API. ## Release Notes Pinot's Java client now exposes BrokerResponse and ResponseStats to the client application. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org