They serve very, very different functions. 0mq is a message queue that strives for low latency and reasonably reliable delivery. Zookeeper is a coordination service.
On Mon, Dec 5, 2011 at 8:26 AM, Mark <static.void....@gmail.com> wrote: > Can someone briefly explain how Zookeeper and 0mq work together? Why > wouldn't one be used over the other? > > Thanks >