Until now, Grails users have had to interact with ZooKeeper using the direct Java API which tends toward verbose and is not friendly to Groovy code because it can't handle Closures, GStrings, and the like.
Ported from the new, Apache 2.0-licensed Virtual Private Cloud Utilities comes a Grails plugin to make working with ZooKeeper more Groovy.
This Grails plugin creates a helper object that can be automatically injected into your Controllers, Services, and whatnot and overloads most of the ZooKeeper API calls a half-dozen times to make it easier to work with. You can now include Groovy variable references in your ZooKeeper paths, pass Closures as callbacks, and several other Groovy/Grails-friendly niceties.
The plugin is currently hosted on GitHub and authored by J. Brisbin, the author of numerous OpenSource cloud utilities: