Top "Apache-curator" questions

Use this tag for questions about using Apache Curator.

How do I check if a path exists in Zookeeper using 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-curator
How to implement distributed rate limiter?

Let'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-curator
Apache Curator Unimplemented Errors When Trying to Create zNodes

I'm attempting to use Apache Curator with a dockerized zookeeper instance and no matter how I attempt to connect I …

apache apache-zookeeper apache-curator
Getting KafkaConsumer is not safe for multi-threaded access error when I use CuratorFrameworkFactory.newClient()

I 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-curator
How to watch for events on the descendant nodes in ZooKeeper using curator?

I am working on a project in which I need to maintain a watches on a node, and that nodes …

java apache-zookeeper apache-curator
What does an Apache Curator "connection string" look like?

How does the connection string given to CuratorFrameworkFactory#newClient look like? So far I haven't found any information on the …

apache-curator