raft-rs
raft-rs copied to clipboard
Detsim in golang
I noticed there is a seed for the testing in the screenshot for this repo, which belongs to a deterministic simulation, tiger beetle style. Having said that, is there any reason why the same approach would not be possible in golang?
Asking because I intend to implement raft, but I do not want to learn rust in order to do that. Also, I do not see a detsim in your previous go implementation, so this made me wonder if there is any language level restriction, in order to do it in go.