# 애니메이션으로 배워보는 Raft Consensus

> Clean Markdown view of GeekNews topic #7199. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7199](https://news.hada.io/topic?id=7199)
- GeekNews Markdown: [https://news.hada.io/topic/7199.md](https://news.hada.io/topic/7199.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-08-18T09:06:44+09:00
- Updated: 2022-08-18T09:06:44+09:00
- Original source: [thesecretlivesofdata.com](https://thesecretlivesofdata.com/raft/)
- Points: 24
- Comments: 1

## Topic Body

- 단계별 애니메이션을 통해 분산 합의 메커니즘 이해하기   
- What is Distributed Consensus?  
- Overview  
  - States (Follower, Candidate, Leader)  
- Leader Election  
  - Election Timeout  
  - Candidacy  
  - Leadership & heartbeat timeout.  
  - Re-election  
  - Split Vote  
- Log Replication  
  - Complex state machine example.  
  - Commitment rules  
  - Network Partitions  
  - Client reads.  
- Conclusion & Additional Resources

## Comments



### Comment 11846

- Author: kayws426
- Created: 2022-08-18T11:55:41+09:00
- Points: 1

애니메이션으로 보니까 이해가 잘되는군요(완벽히 이해했어!!)
