You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Sheetal Parade <sh...@gmail.com> on 2012/07/12 22:24:06 UTC

Symbolic Links in Zookeeper

I was looking at ways to add symbolic link for a zookeeper node similar to
unix symbolic links.

This will allow node data to be shared and also if the main node is
deleted, the symbolic link will be deleted and watchers notified.

I am in process of implementing micro-shards functionality where I see use
for symbolic links.


Is this functionality on development roadmap?


Thanks,

Sheetal