Clak
Minimal Rust implementation of SWIM group membership protocol.
Examples
Create cluster:
HOST=127.0.0.1 PORT=4242 RUST_LOG=info
Join cluster:
HOST=127.0.0.1 PORT=4243 JOIN_HOST=127.0.0.1 JOIN_PORT=4242 RUST_LOG=info
Subscribe to events:
HOST=127.0.0.1 PORT=4244 JOIN_HOST=127.0.0.1 JOIN_PORT=4242