No. You can however define the set of servers which need to acknowledge an update before it completes. Others will still get the update asynchronously. By default a majority needs to ack every update but you can change that using Hierarchical quorums. For example you can give different servers' acks different weights, and more.
Alex On Mar 14, 2013 7:02 AM, "abhigyan.sharma" <[email protected]> wrote: > > By default each znode is replicated on all zookeper servers. > > Is it possible to replicate a znode only at a subset of zookeeper servers? > > > > > -- > View this message in context: http://zookeeper-user.578899.n2.nabble.com/flexible-replication-tp7578558.html > Sent from the zookeeper-user mailing list archive at Nabble.com.
