Add examples for atomic opeartions to recipes (docs & code) -----------------------------------------------------------
Key: ZOOKEEPER-686 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-686 Project: Zookeeper Issue Type: Improvement Components: recipes Affects Versions: 3.2.2 Reporter: David Rosenstrauch Priority: Blocker The zookeeper docs do a good job of explaining how to do low-level synchronization primitives with zookeeper. But it's not immediately obvious after reading the docs how to implement higher-level synchronization primitives - for example how to do zookeeper equivalents of the java Atomic concurrency primitives, like AtomicInteger. So as per Patrick Hunt: "This is def. something we should add to the recipes (docs & code lib)" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.