Skip to main content

Module recovery

Module recovery 

Source
Expand description

Recovery module for WAL replay and state reconstruction.

Recovery components are replay-only reconstruction surfaces. Durable lifecycle mutation commands must route through crate::mutation::authority::StorageMutationAuthority.

Modulesยง

bootstrap
Recovery bootstrap utilities for loading projections from storage.
reducer
Recovery reducer - applies events to reconstruct state.
replay
Recovery replay driver - orchestrates replay from WAL.