lucifer4j opened a new pull request, #10932: URL: https://github.com/apache/pinot/pull/10932
bugfix #10924 The org.apache.pinot.client.PinotClientTransport class is an interface to implement the client transport for Pinot Java Client connections. Currently, there is a default implementation provided by Pinot Java client which uses AsyncHttpClient. We want to implement the PinotClientTransport interface to provide a Vert.x adapter for the Pinot Java Client but currently it is not possible because the interface methods return BrokerResponse class which is package-private. Hence, making BrokerResponse public so that the interface can be implemented externally. cc @tsegismont -- 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]
