共识算法
3 分•作者: gokuljs•3 个月前
我们说系统是“分布式的”,但很少问它们如何保持一致性。当节点出现意见不合、故障或滞后时会发生什么?
这篇文章将使用 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://gokuljs.com/blogs/raft-consensus-algorithm