Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the pros/cons for using ZeroMQ Binary Star vs Zookeeper for High Availability?

High Availability Pair-Binary-Star-Pattern

Looking to add high availability master/master capabilities in my system, currently considering ZeroMQ Binary Star vs ZooKeeper.

like image 993
James Avatar asked Jun 21 '12 13:06

James


1 Answers

The BStar pattern is just one of infinitely many possible patterns not "the" 0MQ pattern. You could quite likely use Tom Cocagne's Paxos implementation which runs over 0MQ: https://github.com/cocagne/zpax and https://github.com/cocagne/paxos.

like image 129
Pieter Hintjens Avatar answered Nov 15 '22 10:11

Pieter Hintjens