consul的学习

目录

1.consul

2.raft动画

3.raft交互式动画


1.consul

https://www.jianshu.com/p/8e0d6cf99d54

2.raft动画

raft分布式一致性算法,consul中也是使用的raft协议做的一致性算法

http://thesecretlivesofdata.com/raft/

3.raft交互式动画

https://raft.github.io/raftscope/index.html

4.分布式共识问题:

多个节点如何达成共识,即raft协议诞生了;

5.问题参考

https://www.jianshu.com/p/339cd3d1d7c4

6.参数讲解:

https://www.cnblogs.com/sunsky303/p/9209024.html

https://www.consul.io/docs/agent/options.html#_log_rotate_duration

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章