Thanks Claus.
I’ve found the ticket, it’s CAMEL-8208.
> On 20 May 2016, at 3:10 PM, Claus Ibsen wrote:
>
> Check the JIRA what tickets has been reported about camel-zookeeper. I
> think we have something about this.
>
> On Fri, May 20, 2016 at 7:05 AM, Minh Tran wrote:
>> 2.17.1
>>
>>> On 20
Check the JIRA what tickets has been reported about camel-zookeeper. I
think we have something about this.
On Fri, May 20, 2016 at 7:05 AM, Minh Tran wrote:
> 2.17.1
>
>> On 20 May 2016, at 2:25 PM, Claus Ibsen wrote:
>>
>> What version of Camel is that?
>>
>> On Thu, May 19, 2016 at 1:37 AM, Mi
2.17.1
> On 20 May 2016, at 2:25 PM, Claus Ibsen wrote:
>
> What version of Camel is that?
>
> On Thu, May 19, 2016 at 1:37 AM, Minh Tran wrote:
>> Hi
>>
>> I am trying to use the zookeeper route policy for failover and it does not
>> work as I would expect. Here’s an example route.
>>
>> Z
What version of Camel is that?
On Thu, May 19, 2016 at 1:37 AM, Minh Tran wrote:
> Hi
>
> I am trying to use the zookeeper route policy for failover and it does not
> work as I would expect. Here’s an example route.
>
> ZooKeeperRoutePolicy policy = new
> ZooKeeperRoutePolicy("zookeeper://zooke
Hi
I am trying to use the zookeeper route policy for failover and it does not work
as I would expect. Here’s an example route.
ZooKeeperRoutePolicy policy = new
ZooKeeperRoutePolicy("zookeeper://zookeeperHost/myapp/myroute", 1);
from("quartz2:start").routePolicy(policy).log(“hello world”);
I r