dinowernli / concord

A distributed key-value store in Rust
Apache License 2.0
4 stars 0 forks source link

Validate consensus implementation in the presence of network issues #31

Open dinowernli opened 2 years ago

dinowernli commented 2 years ago

Rough idea:

--

[1] https://github.com/hyperium/tonic/blob/master/examples/src/mock/mock.rs#L35

dinowernli commented 2 years ago

More info: https://users.rust-lang.org/t/how-to-wrap-a-tonic-streaming-operation-in-a-trait/75257/13