About 8,610 results
Open links in new tab
  1. Apache ZooKeeper

    What is ZooKeeper? ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.

  2. ZooKeeper: Because Coordinating Distributed Systems is a Zoo

    Aug 29, 2025 · ZooKeeper is a distributed, open-source coordination service for distributed applications. It exposes a simple set of primitives that distributed applications can build upon …

  3. Apache ZooKeeper

    ZooKeeper 3.5.8 ZooKeeper 3.5.7 ZooKeeper 3.5.5 ZooKeeper 3.5.4-beta ZooKeeper 3.5.3-beta ZooKeeper 3.5.2-alpha ZooKeeper 3.5.1-alpha ZooKeeper 3.5.0-alpha ZooKeeper 3.4.14 …

  4. ZooKeeper: Because Coordinating Distributed Systems is a Zoo

    Aug 29, 2025 · ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, …

  5. ZooKeeper Getting Started Guide

    Jun 5, 2022 · It is aimed primarily at developers hoping to try it out, and contains simple installation instructions for a single ZooKeeper server, a few commands to verify that it is …

  6. Apache ZooKeeper

    ZooKeeper clients from 3.5.x onwards are fully compatible with 3.8.x servers. The upgrade from 3.6.x and 3.7.x can be executed as usual, no particular additional upgrade procedure is needed.

  7. ZooKeeper: Because Coordinating Distributed Systems is a Zoo

    Aug 29, 2025 · Running ZooKeeper in standalone mode is convenient for evaluation, some development, and testing. But in production, you should run ZooKeeper in replicated mode.

  8. ZooKeeper: Because Coordinating Distributed Systems is a Zoo

    Oct 24, 2024 · To keep the examples simple, we create a ZooKeeper object the first time we instantiate either a barrier object or a queue object, and we declare a static variable that is a …

  9. ZooKeeper: Because Coordinating Distributed Systems is a Zoo

    Oct 24, 2024 · There are two packages that make up the ZooKeeper Java binding: org.apache.zookeeper and org.apache.zookeeper.data. The rest of the packages that make …

  10. ZooKeeper - The Apache Software Foundation

    Jun 5, 2022 · ZooKeeper is a distributed, open-source coordination service for distributed applications. It exposes a simple set of primitives that distributed applications can build upon …