Skip to main content

plan_forensics_replay_inputs

Function plan_forensics_replay_inputs 

Source
pub fn plan_forensics_replay_inputs<B>(
    reader: &EventStoreReader<B>,
    range: ReplaySeqRange,
) -> Result<ReplayInputPlan, ReplayInputError>
where B: EventStore,
Expand description

Plans event-store-only forensics replay inputs.

The plan scans the requested range in durable seq order and records only summary metadata. Use load_forensics_replay_inputs to materialize the entries.

ยงErrors

Returns ReplayInputError::InvalidSeqRange when range is invalid and ReplayInputError::EventStore when the reader scan fails.