tikv / raft-engine

A persistent storage engine for Multi-Raft log
Apache License 2.0
565 stars 88 forks source link

Pipe log trait #38

Closed Renkai closed 4 years ago

Renkai commented 4 years ago

Fixed https://github.com/tikv/raft-engine/issues/31

hicqu commented 4 years ago

I think we still need to

  1. change FileEngine to Engine.
  2. in src/lib, pub use self::engine::Engine<X, Y, FilePipeLog> as FileEngine<X, Y>.
hicqu commented 4 years ago

@Fullstop000 PTAL if you are free, thanks.