|
|
|
|
|
by skyde
2222 days ago
|
|
100 % agree
we need good (etch/zookeeper) as a library. I wrote something similar but that provide only (lock/lease) using paxos. The problem with raft ETCD and zookeeper replicates state machine design is that :
- machine leaving and joining the ensemble dynamically is something hard to do correctly
- optimal quorum size is no more than 5, you can setup other node as observer but it’s hard to decide which of 1000 node should be in the quorum ... |
|