BeiKeJieDeLiuLangMao / HexoBlogComment

Use this repository to save blog comments
0 stars 0 forks source link

etcd | 贝克街的流浪猫 #109

Open BeiKeJieDeLiuLangMao opened 4 years ago

BeiKeJieDeLiuLangMao commented 4 years ago

https://www.beikejiedeliulangmao.top/distributed/etcd/

引言前面的文章中,介绍了基于Paxos的ZooKeeper,本文将介绍另一种分布式一致性算法Raft的工业级实现————etcd,它们虽然实现方案不同,但是最终的实现效果都很像,而且etcd相较于ZooKeeper来说,更轻,更容易理解和使用,接下来就让我们一起来看一下etcd的实现思想。