Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 216 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 216 Bytes

raft-grpc

  1. May need to update Rust compiler cargo update rustc
  2. Generate grpc stubs ./scripts/gen-rs.sh
  3. Build application grpc_raft && cargo build
  4. Start cluster docker-compose up