Use this tag for questions about using Apache Curator.
I'm currently in the early stages of development to integrate Zookeeper stuff into my app. I'm using Netflix's Curator as …
java apache-zookeeper apache-curatorLet's say, I have P processes running some business logic on N physical machines. These processes call some web service …
guava distributed-computing apache-zookeeper rate-limiting apache-curatorI'm attempting to use Apache Curator with a dockerized zookeeper instance and no matter how I attempt to connect I …
apache apache-zookeeper apache-curatorI am receiving this error below: java.util.ConcurrentModificationException: KafkaConsumer is not safe for multi-threaded access when I include this …
java multithreading apache-kafka apache-curatorI am working on a project in which I need to maintain a watches on a node, and that nodes …
java apache-zookeeper apache-curatorHow does the connection string given to CuratorFrameworkFactory#newClient look like? So far I haven't found any information on the …
apache-curator