I've experimented with a toy Raft implementation but I haven't Jepsen tested that and it's incomplete
I did write a Jepsen test for a different eventually consistent protocol which understandably fails the linearizability test because I'm still learning - eventually consistent is not linearizable.
I've experimented with a toy Raft implementation but I haven't Jepsen tested that and it's incomplete
I did write a Jepsen test for a different eventually consistent protocol which understandably fails the linearizability test because I'm still learning - eventually consistent is not linearizable.
https://GitHub.com/samsquire/eventually-consistent-mesh
I want to have my cake and eat it too. Scalability and consistency.