Imagine the locks recipe need to be used to synchronize resources across
data centers. One option is to span the ensemble to all the data centers.
But I am afraid this will significantly reduce the write throughout. The
alternative is to setup ZK in one and have all the clients talk to the same
cluster. Even with this approach the clients needs to keep the connection
open to a different data center. What I have in mind is to make the
requests stateless and have a service offer locks.

On Tue, May 8, 2012 at 6:42 AM, Camille Fournier <[email protected]> wrote:

> It can, but it depends on what you're doing. If you want to give us
> some more information on your proposed use case we can maybe help you
> more.
>
> C
>
> On Tue, May 8, 2012 at 3:21 AM, Narayanan A R
> <[email protected]> wrote:
> > Does ZK fit well for coordination across data centers?
>

Reply via email to