haowang21-hub / zookeeper-samples

Sample code for a presentation on ZooKeeper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is code that accompanies a talk I gave on Apache ZooKeeper.

The slides can be found at http://www.slideshare.net/scottleber/apache-zookeeper

May 2017 Update:
* Updated ZooKeeper version to 3.4.10
* Updated Curator version to 2.12.0
* Changed all System.out to SLFJ Loggers
* A bunch of misc. code cleanup, e.g. converting anonymous inner classes to lambdas, using diamond operator, etc.

About

Sample code for a presentation on ZooKeeper.


Languages

Language:Java 87.4%Language:Shell 12.6%