On 3 January 2012 16:43, Hartmut Lang <hartmut.l...@ericsson.com> wrote:
>
> Hi,
>
> for me it seems that the documentation for the zookeeper component is not 
> correct: http://camel.apache.org/zookeeper.html.
>
> The examples for "reading from a znode" seems more like a writing example.

You are right Hartmut, reading should be in the format:

from("zookeeper://localhost:39913/camel?repeat=true").to("mock:zookeeper-data");

I updated the docs.
Thanks for letting us know.

Bilgin

>
> But maybe i just don't get the point here.
>
> Hartmut
>
>
>

Reply via email to