共识算法

3作者: gokuljs3 个月前
我们说系统是“分布式的”,但很少问它们如何保持一致性。当节点出现意见不合、故障或滞后时会发生什么? 这篇文章将使用 Raft 算法,把共识机制分解成一个简单的思维模型。
查看原文
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:&#x2F;&#x2F;gokuljs.com&#x2F;blogs&#x2F;raft-consensus-algorithm