Skip to main content

get_critical_event_types

Function get_critical_event_types 

Source
fn get_critical_event_types(configured_values: &[String]) -> HashSet<String>
Expand description

Get the set of critical event types that are always persisted in Full mode. These events are needed for the outbox publisher to replay state correctly. Configured via ENGINE_JOURNAL_CRITICAL_EVENT_TYPES env var. Default: “L2Update” (essential for cache state rebuild)