Skip to content

Instantly share code, notes, and snippets.

@toddpalino
Created June 13, 2015 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toddpalino/e7f8189eb06d06b09480 to your computer and use it in GitHub Desktop.
Save toddpalino/e7f8189eb06d06b09480 to your computer and use it in GitHub Desktop.
// Set up the Zookeeper lock for notification
appContext.NotifierLock = zk.NewLock(zkconn, appContext.Config.Zookeeper.LockPath, zk.WorldACL(zk.PermAll))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment