erikgrinaker / toydb

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

file not found for module `raft` #39

Closed goyas closed 3 years ago

goyas commented 3 years ago

hi,when I checkout commit fe8f3221529ca985ef11757506352c35600907f0. error occurred as follow: file not found for module raft image

erikgrinaker commented 3 years ago

Hi @goyas! In old versions of toyDB, raft.rs was a gRPC service generated from Protobuf schemas via build.rs. I suppose this may not be generated correctly in Docker.