lablup / raftify

Experimental High level Raft framework
https://docs.rs/raftify/latest/raftify
Apache License 2.0
36 stars 14 forks source link

Add the log storage variable as `Raft::bootstrap()` parameter #133

Closed jopemachine closed 1 month ago

jopemachine commented 1 month ago

Currently, the option to bootstrap from previous logs can only be adjusted in a limited way through the Config. If we change it to accept the log storage variable as a parameter, the code will be easier to test.

jopemachine commented 1 month ago

Closed as resolved