Hello Friends,

I want to bind the spout with an IP and want to configure this IP wherever
spout runs in the cluster.

Actually external clients sending data on this IP. We want that if the
spout is up and running in any machine then
this IP should also configured on that machine and if that spout is going
down by any reason(crash or rebalance or any other reason) this configured
IP should also go down. This is the virtual IP for external world.


For now we are achieving it by creating ephemeral znode on zookeeper for
each spout and continously watching(using pathchildrencache) it from
another jvm process on each machine in the cluster.

Is it a good way? can you please suggest more on this?


Regards
Tarkeshwar

Reply via email to