tikv / raft-rs

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

Introduce i64 priority for better compatibility #495

Closed ethercflow closed 1 year ago

ethercflow commented 1 year ago

ref tikv/tikv#12876

Address https://github.com/tikv/raft-rs/pull/493#issuecomment-1306861338

Signed-off-by: Wenbo Zhang ethercflow@gmail.com

ethercflow commented 1 year ago

@Connor1996 PTAL, thanks!

ethercflow commented 1 year ago

@BusyJay Lint has been fixed, please help merge when you have time, thanks!