Hello, We have a developing need for a new type of zookeeper node. I will call it a "reference" node. We want the reference node to behave as a hybrid between a symlink/shortcut and an ephemeral node. We want to use the reference node to keep track of dependencies between nodes (we need to represent a graph). Here is the scenario
1. A node is connected to B node with a reference node C. 2. B node is removed. 3. C gets automatically removed by zookeeper. This facility will ensure we can represent graphs accurately when changes happen to the nodes that participate. My question is: Has anyone encountered this use case, and if developers are listening in has there been a discussion of implementation of this behavior? Thanks Peco
