Module openraft::network::snapshot_transport

source ·
Expand description

Provide a default chunked snapshot transport implementation for SnapshotData that implements AsyncWrite + AsyncRead + AsyncSeek + Unpin.

Structs§

  • Send and Receive snapshot by chunks.
  • The Raft node is streaming in a snapshot from the leader.

Traits§