Quick Start
The current implementation focus is mode: ha.
Ports
9375/udpfor HA peer traffic9376/tcpfor the management API9377/tcpreserved for future KV peer traffic
What HA mode does
Each node:
- sends HA advertisements to one configured peer over unicast UDP
- validates packets for protocol version, group ID, and authentication
- tracks peer liveness and state
- chooses between
INIT,BACKUP, andMASTER - adds or removes VIP addresses on transition
- exposes status through
9376/tcp
Status
Query the local node:
bash
gruezi statusWatch HA status continuously:
bash
gruezi status --watch --interval-ms 1000 --node 127.0.0.1:9376Important
gruezi should be read as work in progress.
- HA mode is the implemented path today
- service discovery is still pending
- distributed KV is still planned