Thanks Ivan! Actually, when I realized how little code was involved, I ended up writing a simple dump and load tool on top of python-zookeeper instead of using other libraries. :)
Thanks, Dave. On Mon, May 6, 2013 at 9:37 PM, Ivan Kelly <[email protected]> wrote: > On Wed, May 01, 2013 at 11:16:54AM +0900, Dave Cahill wrote: > > I then tried guano [3]. This tool dumped the zookeeper data to a folder > > structure rather than XML, but it did seem to work. If I don't find other > > options, I'll go with this, but since it's outside zookeeper core and was > > last updated 10 months ago, I wasn't sure about it. > If it uses the stock ZK client, it doesn't really matter if its > outside core. The main api will stay compatible, if there are > compatibility issues, you can just bump the version number in the pom. > > -Ivan >
