You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2021/06/29 13:49:32 UTC

[GitHub] [curator] liran2000 opened a new pull request #388: CURATOR-599 Configurable ZookeeperFactory by ZKClientConfig

liran2000 opened a new pull request #388:
URL: https://github.com/apache/curator/pull/388


   Option to use ZooKeeper client config.
   
   This seems mandatory for using zookeeper.request.timeout for preventing the potential race condition of hanging indefinitely, as described at the ticket. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [curator] liran2000 closed pull request #388: CURATOR-599 Configurable ZookeeperFactory by ZKClientConfig

Posted by GitBox <gi...@apache.org>.
liran2000 closed pull request #388:
URL: https://github.com/apache/curator/pull/388


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [curator] liran2000 commented on a change in pull request #388: CURATOR-599 Configurable ZookeeperFactory by ZKClientConfig

Posted by GitBox <gi...@apache.org>.
liran2000 commented on a change in pull request #388:
URL: https://github.com/apache/curator/pull/388#discussion_r660620223



##########
File path: pom.xml
##########
@@ -67,7 +67,7 @@
         <jdk-version>1.${short-jdk-version}</jdk-version>
 
         <!-- versions -->
-        <zookeeper-version>3.6.0</zookeeper-version>
+        <zookeeper-version>3.6.1</zookeeper-version>

Review comment:
       Mandatory in order to use:
   
   `new ZooKeeperAdmin(connectString, sessionTimeout, watcher, canBeReadOnly, zkClientConfig)`
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org