
Apache Zookeeper
A centralized service for distributed systems that manages configuration, synchronization, and naming through a hierarchical data model
It takes care to curate a safe software space. Help us do more.
&
| + | Configuration Management | Provides one location to store configuration data and update information across nodes |
|---|---|---|
| + | Service Registry | Keeps a record of service data for discovery and access in a distributed system |
| + | Synchronized Updates | Coordinates state changes so that all clients process operations in the same sequential order |
| + | Barrier Synchronization | Causes processes to wait until all participants reach a synchronization point, coordinating parallel task execution |
| + | Naming Service | Maps names to resources for node identification and communication within the network |
| + | Leader Election | Selects a node to guide further operations, enabling orderly management of distributed tasks |
| + | Quorum Management | Supports agreement among nodes to decide on the system’s state and maintain coordinated operations |
| + | Failure Recovery | Identifies node failures and initiates reconfigurations to maintain operational state |
| + | Failover Support | Monitors for node failures and redirects operations to nodes that remain connected to preserve service continuity |
...23 more features/limitations. Contact us to get a complete list of features and system requirements.
Platform
Desktop
Language
Java
Social
Not available, but we appreciate help! You can help us improve this page by contacting us.
System Requirements
| # | Minimum | Recommended |
|---|---|---|
| 1 |
| GNU/Linux |
| 2 | Dual core processors | |
| 3 | 2 GB RAM | |
| 4 | 80 GB IDE hard drives | |
| 5 | Java, release 1.8 or greater - JDK 8 LTS, JDK 11 LTS, JDK 12 (Java 9 and 10 are not supported). | |
| 6 | Recommended hardware requirements aren’t requirements per se but what’s known to work. See source for more information. |
Ratings
4.655
| ACTE | 5.05 based on 19675 reviews |
|---|---|
| G2CROWD | 4.35 based on 99 reviews |
Repository
License
Categories
Alternatives
No alternatives found for Apache Zookeeper.
Do you know of any alternatives that should be here? Feel free to suggest at this page.
Notes
A notable thied-party guide on getting started with Apache Zookeeper on Ubuntu -
here