Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 825 Bytes

File metadata and controls

27 lines (19 loc) · 825 Bytes

Exercise 7 - Distributed Consensus and the Raft Algorithm

If you do not finish during the lecture period, please finish it as homework.

Exercise 7.1 - Read the Raft Paper

Read the Raft Paper:

  • Section 1
  • Section 2
  • Section 4
  • Section 5 (until including 5.3)

Exercise 7.2 - Coding

Be creative and write your own Raft Implementation!

Examples: