We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c754cc4 commit 2547466Copy full SHA for 2547466
README.md
@@ -19,13 +19,13 @@ Senior Java engineer interview exams in 2019
19
* [zookeeper选举机制](https://www.linuxidc.com/Linux/2018-09/154117.htm)
20
21
* [Redis集群方式有哪几种](readme/redis-cluster-strategies.md)
22
-
+
23
24
<hr/>
25
26
* 杭州盈火网络科技有限公司
27
28
- * Consul集群原理(同步元数据)
+ * [Consul集群原理](readme/consul-cluster-principle.md)
29
30
* 多线程提高并发的手段
31
readme/consul-cluster-principle.md
@@ -0,0 +1,9 @@
1
+# Consul集群原理
2
3
+[Consul实现原理系列文章1: 用Raft来实现分布式一致性](https://www.cnblogs.com/williamjie/p/9369786.html)
4
5
+[Consul实现原理系列文章2: 用Gossip来做集群成员管理和消息广播](http://www.cnblogs.com/williamjie/p/9369795.html)
6
7
+其中consol对集群成员对管理使用了 去中心化服务对的serf库
8
9
+[serf 中去中心化系统的原理和实现](https://www.infoq.cn/article/principle-and-impleme-of-de-centering-system-in-serf)
0 commit comments