I am using the camel zookeeper, and able to get the data of the znode but not able to create it if does not exist. In logs able to see that "node do not exist. creating it...." but same znode is not available in zookeeper.
from("direct:start") .to("zookeeper://localhost:2181/path1/child1/test.txt?create=true"); -- View this message in context: http://camel.465427.n5.nabble.com/Camel-zookeeper-is-not-creating-the-znode-tp5772464.html Sent from the Camel - Users mailing list archive at Nabble.com.