cita-cloud / consensus_raft

The raft consensus component for CITA Cloud.
Apache License 2.0
3 stars 0 forks source link

Refactor storage #18

Closed whfuyn closed 3 years ago

whfuyn commented 3 years ago
  1. Rewrite storage with Write-Ahead log
  2. Fix https://github.com/tikv/raft-rs/issues/428
  3. Use prost-codec for raft-rs