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_r233307261
##########
File path:
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/PulsarAdminBuilder.java
##########
@@ -169,4 +169,19 @@ PulsarAdminBuilder authentication(String
authPluginClassName, Map<String, String
* @param enableTlsHostnameVerification
*/
PulsarAdminBuilder enableTlsHostnameVerification(boolean
enableTlsHostnameVerification);
+
+ /**
+ * This sets the connection time out for the pulsar admin client
+ *
+ * @param connectionTimeOutSeconds
+ */
+ PulsarAdminBuilder setConnectionTimeOutSeconds(int
connectionTimeOutSeconds);
Review comment:
changed to connectionTimeOutSeconds.
----------------------------------------------------------------
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