Some zookeeper examples of usage
Examples in the samples package are based on raw zookeeper client. Examples under the curator package uses curator.
An attempt has been made in the samples package to keep the algorithm close to correct. Options like automatic reconnnection offered by Curator are not handled here. Only standard reconnection by Zookeeper client is used.