Hi,

How to use curator framework to achieve the following:

I have one instance of ResourceManager RM running which provides work to 5
Workers W[1...5].  RM and Ws are java applications.

Zookeeper is being used for service discovery and coordination of Ws.

Now, how to have a callback in RM if any of W goes down ?
Basically, Zookeeper via heartbeat via session of W can detect the
aliveness of W, however when W goes down Zookeeper knows this due to
absence of the heartbeat.

But how to get a callback in RM for the event ?

Any suggestion and help is appreciated.

Thanks !!

Reply via email to