tikv / raft-rs

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

Are there any plans to support [tracing](https://github.com/tokio-rs/tracing)? #494

Closed pidb closed 1 year ago

pidb commented 1 year ago

Is your feature request related to a problem? Please describe. add tracing for raft

BusyJay commented 1 year ago

No, we don't have plan. Can this be done outside of raft? As raft is basically only an algorithm library, all the IO/Network are done outside the library.