We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a218f commit afc5f29Copy full SHA for afc5f29
docs/distributed-system/理论&算法/raft算法.md
@@ -1,5 +1,7 @@
1
# Raft 算法
2
3
+> 本文由 [SnailClimb](https://github.com/Snailclimb) 和 [Xieqijun](https://github.com/jun0315) 共同完成。
4
+
5
## 1 背景
6
7
当今的数据中心和应用程序在高度动态的环境中运行,为了应对高度动态的环境,它们通过额外的服务器进行横向扩展,并且根据需求进行扩展和收缩。同时,服务器和网络故障也很常见。
0 commit comments