tikv / raft-rs

Raft distributed consensus algorithm implemented in Rust.
Apache License 2.0
2.86k stars 391 forks source link

Picked - Support asynchronous storage writes #519

Closed tisonkun closed 11 months ago

tisonkun commented 11 months ago

File an issue to track the upstream feature "async storage write" - https://github.com/etcd-io/raft/pull/8

Open to comments on whether we should catch it up and if there is a plan.

gengliqi commented 11 months ago

raft-rs implemented async storage write in https://github.com/tikv/raft-rs/pull/403 three years ago.

tisonkun commented 11 months ago

@gengliqi Thanks for your information!