dinowernli / concord

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

Split commit logic into a helper #30

Closed dinowernli closed 3 years ago

dinowernli commented 3 years ago

In order to enable cluster mutations, leaders are going to have to commit different kinds of entries from different incoming rpcs (rather than just the "commit" rpc). This change factors out the logic to make that easier.