标签: apache-zookeeper apache-curator
我正在使用CuratorFramework与我们的Zookeeper群集通信。我想要SessionFailRetryLoop提供的语义,但看起来像CuratorFramework使用RetryLoop有没有办法告诉CuratorFramework使用SessionFailRetryLoop?或者我应该使用CuratorZookeeperClient而不是CuratorFramework?
CuratorFramework
SessionFailRetryLoop
RetryLoop
CuratorZookeeperClient