File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ Senior Java engineer interview exams in 2019
19
19
* [ zookeeper选举机制] ( https://www.linuxidc.com/Linux/2018-09/154117.htm )
20
20
21
21
* [ Redis集群方式有哪几种] ( readme/redis-cluster-strategies.md )
22
-
22
+
23
23
24
24
<hr />
25
25
26
26
* 杭州盈火网络科技有限公司
27
27
28
- * Consul集群原理(同步元数据)
28
+ * [ Consul集群原理] ( readme/consul-cluster-principle.md )
29
29
30
30
* 多线程提高并发的手段
31
31
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments