Skip to content

Commit 2547466

Browse files
committed
consol集群原理
1 parent c754cc4 commit 2547466

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Senior Java engineer interview exams in 2019
1919
* [zookeeper选举机制](https://www.linuxidc.com/Linux/2018-09/154117.htm)
2020

2121
* [Redis集群方式有哪几种](readme/redis-cluster-strategies.md)
22-
22+
2323

2424
<hr/>
2525

2626
* 杭州盈火网络科技有限公司
2727

28-
* Consul集群原理(同步元数据)
28+
* [Consul集群原理](readme/consul-cluster-principle.md)
2929

3030
* 多线程提高并发的手段
3131

readme/consul-cluster-principle.md

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)