mingmxu commented on issue #10884: URL: https://github.com/apache/pinot/issues/10884#issuecomment-1595991547
surely will submit a PR on it. The `requestId` can be generated and set in `BrokerResponse` at method `org.apache.pinot.broker.requesthandler.BaseBrokerRequestHandler#handleRequest()`, using `MultiStageRequestIdGenerator` as the default one for both v1/v2. I'll add a new `requestId` field in `org.apache.pinot.client.BrokerResponse` for now. Consolidating `org.apache.pinot.client.BrokerResponse` and `org.apache.pinot.common.response.BrokerResponse` would move to the next PR. -- 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]
