Yes, something like that with lock safety would satisfy my third use case.

Some questions: Is the distributed queue effectively located by a single
z-node? What happens when that node goes down? Will a node going down still
clear any distributed locks?

Josh

On Thu, Jan 5, 2012 at 9:41 AM, Jordan Zimmerman <[email protected]>wrote:

> FYI - Curator has a resilient message Queue:
> https://github.com/Netflix/curator/wiki/Distributed-Queue
>
> On 1/5/12 5:00 AM, "Inder Pall" <[email protected]> wrote:
>
> >Third use case: Fault tolerance. If we utilized ZooKeeper to distribute
> >messages to workers, can it be made to handle a node going down by
> >re-distributing the work to another node (perhaps messages that are not
> >ack'ed within a timeout are resent)?
>
>

Reply via email to