Skip to main content

Module bootstrap

Module bootstrap 

Source
Expand description

Recovery bootstrap utilities for loading projections from storage.

This module provides a deterministic, replay-only bootstrap path that reconstructs authoritative projection state from snapshot + WAL tail. It enforces strict invariant boundaries by avoiding direct mutation of projection internals and by mapping all snapshot contents through WAL-equivalent events.

Structs§

RecoveryBootstrap
Recovery bootstrap output containing projection state and storage handles.
RecoveryObservations
Authoritative recovery observations emitted by storage bootstrap execution.

Enums§

RecoveryBootstrapError
Typed errors for recovery bootstrap failures.

Functions§

load_projection_from_storage
Loads an authoritative projection from storage using snapshot + WAL tail.