Skip to main content

apply_reload

Function apply_reload 

Source
pub async fn apply_reload(db: &LaminarDB, diff: &ConfigDiff) -> ReloadResult
Expand description

Apply a config diff to a live LaminarDB instance via incremental DDL.

Remove phase (reverse dependency order): sinks → streams → lookups → sources. Create phase (dependency order): sources → lookups → pipelines → sinks.