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

 

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