y42 / clj-druid

Eclipse Public License 1.0
31 stars 10 forks source link

Use curator for druid node discovery #6

Closed msprunck closed 8 years ago

msprunck commented 8 years ago

I've issues when the connection with zookeeper is lost. I didn't find any way to be notified when the connection is lost or when the session expired. The apache curator library makes client access to ZooKeeper much simpler and less error prone. They strongly recommend to use curator instead of using directly CuratorZookeeperClient.

gbuisson commented 8 years ago

LGTM