rdhabalia commented on a change in pull request #689: Netty 4.1
URL: https://github.com/apache/incubator-pulsar/pull/689#discussion_r153636992
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -125,7 +125,7 @@ flexible messaging model and an intuitive client 
API.</description>
       <dependency>
         <groupId>org.asynchttpclient</groupId>
         <artifactId>async-http-client</artifactId>
-        <version>2.0.31</version>
+        <version>2.1.0-alpha26</version>
 
 Review comment:
   we may want to add following properties in 
[ahc.properties](https://github.com/apache/incubator-pulsar/blob/master/pulsar-client/src/main/resources/ahc.properties)
 or just copy `ahc-default.properties` file from `2.1.0-alpha26` to 
`pulsar-client`.
   ```
   
org.apache.pulsar.shade.org.asynchttpclient.aggregateWebSocketFrameFragments=true
   org.apache.pulsar.shade.org.asynchttpclient.useLaxCookieEncoder=false
   org.apache.pulsar.shade.org.asynchttpclient.useInsecureTrustManager=false
   org.apache.pulsar.shade.org.asynchttpclient.acceptAnyCertificate=false
   
org.apache.pulsar.shade.org.asynchttpclient.disableHttpsEndpointIdentificationAlgorithm=false
   
org.apache.pulsar.shade.org.asynchttpclient.httpClientCodecInitialBufferSize=128
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to