Skip to main content

load_forensics_replay_inputs

Function load_forensics_replay_inputs 

Source
pub fn load_forensics_replay_inputs<B>(
    reader: &EventStoreReader<B>,
    plan: &ReplayInputPlan,
) -> Result<ReplayInputs, ReplayInputError>
where B: EventStore,
Expand description

Loads event-store-only forensics replay inputs.

Entries are returned in durable seq order. This function does not touch the data catalog, live venues, strategy code, reconciliation, or clocks.

ยงErrors

Returns ReplayInputError::EventStore when the reader scan fails.