You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/12 00:38:09 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #4512: [pulsar-client] add async-http-client properties to shaded client

rdhabalia opened a new pull request #4512: [pulsar-client] add async-http-client properties to shaded client
URL: https://github.com/apache/pulsar/pull/4512
 
 
   ### Motivation
   Add required async-http-client properties for shaded pulsar-client. 
   it fails with below error error without this config
   ```
   Exception in thread "main" java.lang.NumberFormatException: null
     at java.lang.Integer.parseInt(Integer.java:542)
     at java.lang.Integer.parseInt(Integer.java:615)
     at org.apache.pulsar.shade.org.asynchttpclient.config.AsyncHttpClientConfigHelper$Config.getInt(AsyncHttpClientConfigHelper.java:85)
     at org.apache.pulsar.shade.org.asynchttpclient.config.AsyncHttpClientConfigDefaults.default AcquireFreeChannelTimeout(AsyncHttpClientConfigDefaults.java:68)
     at org.apache.pulsar.shade.org.asynchttpclient.DefaultAsyncHttpClientConfig$Builder.<init>(DefaultAsyncHttpClientConfig.java:599)
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services