1 min read
RAFT
  • Attempted to implement RAFT Algorithm
  • Implemented this to learn about Log Replication, HeartBeat Mechanism, Leader Election and other distributed systems concepts

Reference Papers used

  1. https://raft.github.io/raft.pdf
  2. Lots of other blogs and youtube videos