Skip to main content

Module coordination

Module coordination 

Source
Expand description

Raft-based metadata consensus and coordination.

§Delta Coordination

Implements the orchestration layer for the delta. This module manages the lifecycle of a node in the delta: discovery, partition assignment, and graceful shutdown.

Re-exports§

pub use orchestrator::DeltaManager;
pub use orchestrator::NodeLifecyclePhase;

Modules§

orchestrator
Top-level orchestration of the delta lifecycle. Delta orchestrator — top-level lifecycle management.