aahmed-se commented on a change in pull request #2957: Add Connect and Read 
timeout to pulsar admin
URL: https://github.com/apache/pulsar/pull/2957#discussion_r232790153
 
 

 ##########
 File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ClientConfigurationData.java
 ##########
 @@ -58,6 +58,9 @@
     private int maxLookupRequest = 50000;
     private int maxNumberOfRejectedRequestPerConnection = 50;
     private int keepAliveIntervalSeconds = 30;
+
+    private long connectTimeOutSeconds = 60;
 
 Review comment:
   Where else can it go ?
   PulsarAdminBuilderImpl only has a reference to ClientConfigurationData

----------------------------------------------------------------
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