Re-exports§
pub use worker::create_source_worker;
Modules§
- worker 🔒
Structs§
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
).