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 2019/11/10 21:08:23 UTC

[GitHub] [curator] Randgalt commented on a change in pull request #338: [CURATOR-549] Prep for Persistent Watchers by moving to ZK 3.6.0

Randgalt commented on a change in pull request #338: [CURATOR-549] Prep for Persistent Watchers by moving to ZK 3.6.0
URL: https://github.com/apache/curator/pull/338#discussion_r344515259
 
 

 ##########
 File path: curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
 ##########
 @@ -620,6 +621,15 @@ ZooKeeper getZooKeeper() throws Exception
         return client.getZooKeeper();
     }
 
+    Object getZooKeeperAdmin() throws Exception
 
 Review comment:
   This method does the `isZk34CompatibilityMode()` check though. You don't see value in that?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services