Camille, I don't have a central message store/processor that can guarantee single writer (if I had one, it would reduce (still useful in reducing lock contention, etc) the need/value of using zookeeper) and hence I am trying to minimize the chances of multiple writers (more or less trying to guarantee this) while maximizing availability (not trying to solve CAP theorem), by solving some specific issues that affect availability.
-- View this message in context: http://zookeeper-user.578899.n2.nabble.com/locking-leader-election-and-dealing-with-session-loss-tp7581277p7581284.html Sent from the zookeeper-user mailing list archive at Nabble.com.
