Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

use SocketAddr as node id #8

Closed danburkert closed 9 years ago

danburkert commented 9 years ago

As discussed on IRC, this removes explicit node IDs and instead uses the SocketAddr of the individual cluster member.