Structsยง
- Note: the
PartialEq
andOrd
impl just compares the number of splits. ConnectorSourceWorker
keeps fetching the latest split metadata from the external source service (Self::tick
), and maintains it incurrent_splits
.- Handle for a running
ConnectorSourceWorker
. - Shared
Split ๐Map SourceManager
keeps fetching the latest split metadata from the external source services (ConnectorSourceWorker::tick
), and sends a split assignment command if split changes detected (Self::tick
).- Split
Diff ๐Options
Constantsยง
- MAX_
FAIL_ ๐CNT
Functionsยง
- 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.
Type Aliasesยง
- Shared
Split ๐MapRef