Is it possible (and if so how) to delete a zookeeper node with apache camel?

Posted by b_habegger on Stack Overflow See other posts from Stack Overflow or by b_habegger
Published on 2012-12-01T14:05:55Z Indexed on 2012/12/01 17:04 UTC
Read the original article Hit count: 110

Filed under:
|

I am looking into using Zookeeper to synchronized distributed Camel instances. In doing so it seems that there is not possibility to delete a znode from Zookeeper from Camel (I imagined some sort of producer operation).

A look at the components source seems to confirm this. (I didn't find any code explicitely requesting a node removal).

Am I missing something ? When would a node created via Camel (in my case EPHEMERAL) be deleted ? Maybe I am miss understanding something with zookeeper ?

© Stack Overflow or respective owner

Related posts about apache-camel

Related posts about zookeeper