eolivelli opened a new pull request, #15136: URL: https://github.com/apache/pulsar/pull/15136
### Motivation In some test environment I have seen a problem using Apache HC based Driver. I have filed this bug https://issues.apache.org/jira/browse/JCLOUDS-1605 Unfortunately the JClouds Apache HC driver looks not maintained. The OkHttp based provider seems to work well and to not suffer from the problems reported using the standard HttpUrlConnection based Driver (hung TLS connections). This patch disables Apache HC driver, adds the OkHttp driver, but both of them are disabled. ### Modifications - add support for jclouds-okhttp - you can enable it with -Dpulsar.jclouds.use_okhttp=true - disable by default Apache HC based driver (pulsar.jclouds.use_apache_hc is now false by default) ### Verifying this change Unfortunately this change can be tested only manually -- 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]
