You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Tech Note 6 - 

Friends don't let friends write ZooKeeper recipesWriting ZooKeeper code is on par with the difficulty in writing concurrent language code. As we all know Concurrency is Hard! For ZooKeeper in particular, there are numerous edge case and undocumented behaviors that you must know in order to write correct recipes. In light of this, we strongly suggest you use one of the existing Curator pre-built recipes instead of writing raw ZooKeeper code yourself. At minimum, use a Curator recipe as a base for your work.

  • No labels