Camel-Zookeeper does not read value store in zNode repeatedly
Issue
- I'm trying to use the
camel-zookeepercomponent to read value store in zNode repeatedly but when I read it, I always get a null body. Below is thecamel route.
<route>
<from uri="timer://foo?fixedRate=true&period=60000"/>
<from uri="zookeeper://{{sys:zookeeper.url}}/test/simpleapp"/>
<to uri="log:foundZoo?showAll=true" />
</route>
Environment
- Red Hat JBoss Fuse
- 6.2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.