Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 853 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 853 Bytes

Spring Curator

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.

Guide

TODO

Quick Start

TODO

Dependency

<dependency>
	<groupId>org.springframework.curator</groupId>
    <artifactId>spring-curator</artifactId>
	<version>1.0.0-SNAPSHOT</version>
</dependency> 

Contributing to Spring Curator

TODO

Contact Details