You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by M Tarkeshwar Rao <m....@ericsson.com> on 2014/04/01 10:17:01 UTC

how to listen on zookeeper write

Hi all,

I want to synchronize the data write on zookeeper.

Actually one of the processing bolt is writing some metadata on zookeeper.
Then I want to listen that write or data update on zookeeper. Depending upon that meta information we are doing some processing on another bolt.

If you can suggest any piece of code or link then it will be great help for us. We are using curator framework for writing data on zookeeper.

Regards
Tarkeshwar