You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Olivier Van Acker <cy...@gmail.com> on 2012/01/05 11:50:27 UTC

single file (exclusion) leader election

Hi,

I wrote a blog post and an example implementation on how to do single file
leader election with zookeeper:

http://cyberroadie.wordpress.com/2011/12/20/zookeeper-single-file-leader-election-with-retry-logic/

https://github.com/cyberroadie/zk-leader-single-file

please feel free to comments & reviews :-)

Olivier