What are the advantages / disadvantages of using ZeroMQ Binary Star vs Zookeeper for high availability?

High Availability Pair-Binary-Star-Pattern

I need to add high availability master / master features to my system, currently considering ZeroMQ Binary Star vs ZooKeeper.

+5
source share
2 answers

The BStar template is just one of the infinitely possible templates, not the 0MQ template. You can probably use the Tom Cocagne Paxos implementation that works with 0MQ: https://github.com/cocagne/zpax and https://github.com/cocagne/paxos .

+5
source

ZMQ- ( , , , ) ( ), , ZooKeepr -notch ( t fooobar.com/questions/361711/... splitbrain). ZooKeeper , Hadoop, HBase, Solr .. (L

+4

All Articles