erikgrinaker / toydb

Distributed SQL database in Rust, written as a learning project
Apache License 2.0
5.99k stars 555 forks source link

Rewrite Raft call handling #28

Closed erikgrinaker closed 4 years ago

erikgrinaker commented 4 years ago

Try to move call routing out of Raft node, and integrate with separate state machine thread (related to #22).