You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:16:14 UTC

[GitHub] [pinot] dd-willgan opened a new issue #7382: Update Pinot Java Client to use newer version of async-http-client

dd-willgan opened a new issue #7382:
URL: https://github.com/apache/pinot/issues/7382


   To my knowledge, the [version used by Pinot](https://github.com/apache/pinot/blob/master/pom.xml#L124) is [old](https://github.com/AsyncHttpClient/async-http-client/releases/tag/async-http-client-1.9.21). This leads to an [issue](https://github.com/AsyncHttpClient/async-http-client/issues/934) when querying Pinot brokers that have an HTTPS URL. We could update the version number for now (it works with 1.9.40), but we should also considering changing to the [new repo](https://mvnrepository.com/artifact/org.asynchttpclient/async-http-client), as the client has changed orgs ([old one](https://mvnrepository.com/artifact/com.ning/async-http-client)).


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org