forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
ZooKeeper Replacement
Paul Rogers edited this page Nov 26, 2021
·
1 revision
There are times when an alternative to ZooKeeper is helpful when running Druid:
- When running in a Single Process.
- To work with an alternative coordinator.
This note explores how ZK is used in Druid today, and how it might be abstracted out.
-
CuratorModule
: Manages the ZK client via Apache Curator. -
Announcer
: "Announces things on ZooKeeper" -
AnnouncerModule
: Guice module for the above.