Re: zookeeper util methods

2016-02-02 Thread Anirudh Jayakumar
Hi Erik, Thanks a lot for the detailed reply. The links were really helpful. Thanks, Anirudh On Sun, Jan 31, 2016 at 4:07 PM, Erik Weathers < eweath...@groupon.com.invalid> wrote: > hey Anirudh, > > To decipher this code we need to first realize that the the `zk` in that > code refers to

Re: zookeeper util methods

2016-01-31 Thread Erik Weathers
hey Anirudh, To decipher this code we need to first realize that the the `zk` in that code refers to CuratorFramework: - https://github.com/apache/storm/blob/v0.10.0/storm-core/src/clj/backtype/storm/zookeeper.clj#L125 Next we need to figure out the funny (.. ) syntax. I happen to have