liran2000 commented on a change in pull request #391:
URL: https://github.com/apache/curator/pull/391#discussion_r667665503



##########
File path: 
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
##########
@@ -200,23 +232,39 @@ public QuorumVerifier getCurrentConfig()
         return (ensembleTracker != null) ? ensembleTracker.getCurrentConfig() 
: null;
     }
 
-    private ZookeeperFactory makeZookeeperFactory(final ZookeeperFactory 
actualZookeeperFactory)
+    private ZookeeperFactory makeZookeeperFactory(final ZookeeperFactory 
actualZookeeperFactory, ZKClientConfig zkClientConfig)
     {
+       if (actualZookeeperFactory instanceof ConfigurableZookeeperFactory) {

Review comment:
       Understood. Done.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to