Modules§
Structs§
- Source
Manager SourceManager
keeps fetching the latest split metadata from the external source services (worker::ConnectorSourceWorker::tick
), and sends a split assignment command if split changes detected (Self::tick
).- Source
Manager Core - Source
Manager Running Info - Split
Diff Options - Split
State
Enums§
Constants§
Functions§
- build_
actor_ connector_ splits - build_
actor_ split_ impls - create_
source_ worker - Used to create a new
ConnectorSourceWorkerHandle
for a new source. - reassign_
splits - Reassigns splits if there are new splits or dropped splits,
i.e.,
actor_splits
anddiscovered_splits
differ, or actors are rescheduled.