We have a backend module which listen ActiveMQ, after changing the backend arch, we are using Mesos,Marathon and Zookeeper,
Now we want to listen Zookeeper events, if any update come to zookeeper.
Is there any Client or anything, for connect to Zookeeper and listen the Zookeeper Queues/Events.
Thanks in advance.
We're using apache curator framework for this purpose. There is watch method which allow you to subscribe for specific path and listen for different events from it. Like: node created, updated, deleted or child changed...