|
|
|
|
|
by kilotaras
1961 days ago
|
|
I'm not sure if you are aware of it, but check out MIT 6.824 on opencourseware (pick 2020, not 2021). In Lab 2 they provide you with a frame for raft with RPC, etc. already in place leaving only protocol for you. Lab is also split into 3 logical parts - leader election, append entries, persistence. Highly recommend. |
|