Spring support for the use of Apache Curator to connect to Apache ZooKeeper instances.
Spring makes it easier to build applications by providing a dependency injection framework.
Spring Curator project provides a Spring-based way to define, instantiate and consume Apache Curator clients in order to interact with Apache ZooKeeper ensembles/instances.
TODO
TODO
<dependency>
<groupId>org.springframework.curator</groupId>
<artifactId>spring-curator</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
TODO
- Jonathan Pearlin ([email protected])