Expand description
HTTP replication client implementing the ReplicationProtocol trait.
Uses MessagePack (rmp-serde) for control messages (D07). Raw bytes for segment data transfer.
All network errors are mapped to EdgestoreError::ReplicationError.
Structsยง
- Http
Replication Client - HTTP replication client that implements
ReplicationProtocolagainst anHttpReplicationServer.