Expand description
Network implementations for Raft RPC communication.
Provides an HTTP-based RPC client and server using postcard2 serialization for maximum throughput (70-90% smaller payloads vs JSON, 4x faster).
Modulesยง
- http_
client - HTTP client for Raft network communication using postcard2 serialization.
- http_
service - Axum HTTP service for receiving Raft RPCs.