tikv / raft-rs

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

raft: paginate the unapplied config changes scan #530

Closed overvenus closed 9 months ago

overvenus commented 9 months ago

Port from https://github.com/etcd-io/raft/pull/32.

cc https://github.com/tikv/tikv/issues/15770