Skip to content

pingles/curator-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curator Example

Sample application for the Curator library. Uses Apache Curator to build an application that behaves like a good citizen in a distributed world.

Usage

The application requires a running ZooKeeper instance, it will connect to it and hold a leadership election amongst the connected nodes. Once a leader is elected it will start a dummy task that only the leader needs to run. Start multiple instances to see the election occur amongst the different processes.

$ lein run

License

Copyright © 2014 Paul Ingles

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Sample Clojure application using the Curator library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published