You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/06/12 15:57:55 UTC

[pulsar] branch master updated: [pulsar-client] add async-http-client properties to shaded client (#4512)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new ce7e44f  [pulsar-client] add async-http-client properties to shaded client (#4512)
ce7e44f is described below

commit ce7e44f6bfce5bf36374187c3fe39dd2ebb32b0e
Author: Rajan Dhabalia <rd...@apache.org>
AuthorDate: Wed Jun 12 08:57:50 2019 -0700

    [pulsar-client] add async-http-client properties to shaded client (#4512)
---
 pulsar-client/src/main/resources/ahc.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pulsar-client/src/main/resources/ahc.properties b/pulsar-client/src/main/resources/ahc.properties
index 48ba161..9a23d91 100644
--- a/pulsar-client/src/main/resources/ahc.properties
+++ b/pulsar-client/src/main/resources/ahc.properties
@@ -69,3 +69,5 @@ org.apache.pulsar.shade.org.asynchttpclient.shutdownQuietPeriod=2000
 org.apache.pulsar.shade.org.asynchttpclient.shutdownTimeout=15000
 org.apache.pulsar.shade.org.asynchttpclient.useNativeTransport=false
 org.apache.pulsar.shade.org.asynchttpclient.ioThreadsCount=0
+org.apache.pulsar.shade.org.asynchttpclient.acquireFreeChannelTimeout=0
+org.apache.pulsar.shade.org.org.asynchttpclient.enableWebSocketCompression=true
\ No newline at end of file