Apache ZooKeeper icon
Apache ZooKeeper icon

Apache ZooKeeper

 3 likes

Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination. ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group...

License model

  • FreeOpen Source

Platforms

  • Linux
  • Online
  No rating
3 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Distributed Computing
  2.  Configuration Management

Apache ZooKeeper News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

Apache ZooKeeper information

  • Developed by

    Apache Software Foundation
  • Licensing

    Open Source and Free product.
  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all

Our users have written 0 comments and reviews about Apache ZooKeeper, and it has gotten 3 likes

Apache ZooKeeper was added to AlternativeTo by Thelle Christensen on Sep 24, 2012 and this page was last updated Sep 9, 2022. Apache ZooKeeper is sometimes referred to as ZooKeeper.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Apache ZooKeeper?

Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination. ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Official Links