Hi all: I'm working on a distributed system these days, and need more conditional write support on Zookeeper. Now the zookeeper only support modifing, delete or set, node data with a version number represent the current version of the node. I need modification on the condition of other nodes. For e.g. I want to set the node data of /node to A, if the node data of /node1 is B and the node data of /node2 is C. Should we support this kind of interface?
thanks -- With Regards! Ye, Qian
