Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
Randgalt edited this page Mar 1, 2012 · 18 revisions

What is Exhibitor?

Use links at right -———>

According to the ZooKeeper documentation

You will want to have a supervisory process that manages each of your ZooKeeper server processes (JVM).

Exhibitor is a Java supervisor system for ZooKeeper. It provides a number of features:

  • Watches a ZK instance and makes sure it is running
  • Performs periodic backups
  • Perform periodic cleaning of ZK log directory
  • A GUI explorer for viewing ZK nodes

Maven / Artifacts

Exhibitor binaries are published to Maven Central.

GroupID/Org ArtifactID/Name Description
com.netflix.exhibitor exhibitor-standalone Self-containing, runnable version of Exhibitor
com.netflix.exhibitor exhibitor-core Library version of Exhibitor that can be integrated into your application