Expand description
Transport-agnostic vShard envelope.
“The on-wire format for vShard migration (segment files, WAL tail, routing metadata) MUST be identical regardless of whether the transport is RDMA or QUIC/TCP. The transport layer is a dumb pipe; serialization logic MUST NOT branch on transport type.”
This module defines the canonical wire format for all vShard-related messages. Both RDMA and QUIC paths serialize/deserialize using this format — no transport-specific branches.
Structs§
- VShard
Envelope - Envelope wrapping all vShard wire messages.
Enums§
- VShard
Message Type - Message types for vShard wire protocol.
Constants§
- WIRE_
VERSION - Current wire protocol version.