Now main.rs no longer pokes into the internal details of the Raft cluster. Instead, it commits values by interacting with the keyvalue service, which in turn commits values to the underlying Raft cluster.
This also allows us to clean up a whole bunch of leaky exports.
Now
main.rs
no longer pokes into the internal details of the Raft cluster. Instead, it commits values by interacting with the keyvalue service, which in turn commits values to the underlying Raft cluster.This also allows us to clean up a whole bunch of leaky exports.