Skip to main content

Module replay

Module replay 

Source
Expand description

Journal replay persistence traits (read-only).

No writer counterpart – journal writes go through JournalWriter which is already extracted into engine_journal.rs. These queries are used during engine startup to replay commands/events from the DB after a snapshot load.

Structs§

JournalCommandIdBounds
Inclusive command-id bounds for the replayable hot journal.

Traits§

JournalReplayReader
Read-only queries for engine journal replay after snapshot recovery.