b_habegger
b_habegger

Reputation: 306

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

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 ?

Upvotes: 1

Views: 315

Answers (1)

Claus Ibsen
Claus Ibsen

Reputation: 55535

No this is currently not possible. I have logged a ticket to add such functionality in a future Camel release: https://issues.apache.org/jira/browse/CAMEL-5843

Upvotes: 1

Related Questions