include/lightspeed@pipeline@orchestrator_Batch.hrl

-record(batch, {
    key :: binary(),
    stage :: binary(),
    records :: integer(),
    lag_ms :: integer(),
    idempotency_key :: binary(),
    sequence :: integer()
}).