I have a chat client like CLI interface for testing various consensus protocols.
https://github.com/adsharma/zre_raft
Sample usage:
adsharma/raft#1
I'm interested in adding support for epaxos. I'll need two things:
- Support asyncio for events
- Remove assumptions about a single process config if any (doesn't look like you have any)
I had to fork and make similar changes to an inactive raft implementation from 2015.
adsharma/raft#1
I have a chat client like CLI interface for testing various consensus protocols.
https://github.com/adsharma/zre_raft
Sample usage:
adsharma/raft#1
I'm interested in adding support for epaxos. I'll need two things:
I had to fork and make similar changes to an inactive raft implementation from 2015.
adsharma/raft#1