Build You A Raft - Part II
redixhumayun.github.io·94w
Preview
Report Post

This post is a follow up to my previous post about how to implement the Raft consensus protocol in Rust. In the previous post I went through the basics of how to set up the Raft cluster and implement the logic required for the RPC’s.

In this post, I’m going to focus more on how to go about testing the cluster. While building the Raft implementation, I realised that half the battle with distributed systems is in building a useful test harness. This has become such a problem in the distributed systems space that companies like FoundationDB and [TigerBeetle](https://github.com/tigerbeetle/tig…

Similar Posts

Loading similar posts...