ivankelly commented on a change in pull request #2852: Add connection timeout 
client configuration option
URL: https://github.com/apache/pulsar/pull/2852#discussion_r229066110
 
 

 ##########
 File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ClientConfigurationData.java
 ##########
 @@ -58,7 +58,8 @@
     private int maxLookupRequest = 50000;
     private int maxNumberOfRejectedRequestPerConnection = 50;
     private int keepAliveIntervalSeconds = 30;
-    
+    private int connectionTimeoutMs = 10000;
 
 Review comment:
   It was long, but ChannelOption.CONNECT_TIMEOUT_MILLIS requires an int. 
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to