You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Venkateswarlu Bommineni <bv...@gmail.com> on 2017/06/14 02:29:37 UTC

zookeeper Leader selection

Hi Team,

I am new to Apache Camel and this group as well., Please help me in finding
a solution to below issue.

I have a Zooker and configured Apache Camel with ZK as below.

ZooKeeperRoutePolicy routePolicy =
    new ZooKeeperRoutePolicy("zookeeper://{{XXX.zkHost}}/{{XXX.zkrouteppolicy}}",
1);

But Zooker is not able to find out the camel leader properly and sending
the each document to all the nodes.

we have 5 camel nodes in cluster mode.


Thanks,
Venkat.