refactor(node): split topology_request handlers
The code inside process_topology_request_async has become too complex therefore TopologyRequest has lost its utility
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- src/on_shutdown.rs 1 addition, 1 deletionsrc/on_shutdown.rs
- src/traft/mod.rs 0 additions, 20 deletionssrc/traft/mod.rs
- src/traft/node.rs 86 additions, 69 deletionssrc/traft/node.rs
- src/traft/rpc/expel.rs 2 additions, 2 deletionssrc/traft/rpc/expel.rs
- src/traft/rpc/join.rs 1 addition, 1 deletionsrc/traft/rpc/join.rs
- src/traft/rpc/update_peer.rs 1 addition, 1 deletionsrc/traft/rpc/update_peer.rs
Loading
Please register or sign in to comment