aalekhpatel07 / draft

An implementation of the Raft Distributed Consensus Algorithm in Rust.
1 stars 0 forks source link

Trim down the shared API surface between Raft and the user. #16

Open aalekhpatel07 opened 1 year ago

aalekhpatel07 commented 1 year ago

I'm unsure about the intended usage of this implementation of Raft. Mainly, I'm debating how Raft should advertise itself:

OR

I lean towards the former approach and therefore some work needs to be done to structure this core Raft impl in that way.