Skip to content

Extensions

Randgalt edited this page Sep 4, 2012 · 5 revisions

Description

The curator-recipes package implements the common recipes that are described in the ZooKeeper documentation. To avoid bloating that package, recipes/applications that have a vertical appeal will be put in separate "extension" packages using the naming convention curator-x-name.

Extensions

The current extensions are:

Extension Description
Service Discovery A system for using ZooKeeper as a service discovery mechanism. Service discovery is vital in distributed, SOA systems.
Service Discovery Server A REST server for use with Curator Service Discovery. This server can be used for non-Java applications that need to participate in the Curator Service Discovery.
ZKClient Bridge A bridge between Curator and ZKClient. Useful for projects that would like to use Curator but don't want to risk porting working code that uses ZKClient.
Clone this wiki locally