共识算法
我们说系统是“分布式”的,但很少问它们是如何保持一致的。当节点之间出现分歧、故障或滞后时,会发生什么?<p>这篇文章将使用 Raft 协议对共识进行简单的思维模型解析。
https://gokuljs.com/blogs/raft-consensus-algorithm
查看原文
We say systems are “distributed”, but rarely ask how they stay consistent. What happens when nodes disagree, fail, or lag behind?<p>This post breaks down consensus using Raft into a simple mental model.
https://gokuljs.com/blogs/raft-consensus-algorithm