//! The payload that travels through the connect runtime for one replicated record.
use Bytes;
/// One record from the source cluster, carried as the connect-value type `V`
/// through the [`crabka_connect`] runtime.
///
/// Because [`crabka_connect::ConnectRecord`] has no topic/partition fields,
/// all envelope metadata is bundled here alongside the raw payload.