Expand description
Connector registry with factory pattern. Registry of connector factories, keyed by connector type string.
Structs§
- Connector
Registry - Registry of available connector implementations. Connectors register
a factory per type string; the runtime looks up by the
connectorproperty inCREATE SOURCE/SINKDDL.
Traits§
- Lookup
Source Factory - Factory for constructing a lookup source (async, for on-demand mode).
Type Aliases§
- Sink
Factory - Factory function type for creating sink connectors.
- Source
Factory - Factory function type for creating source connectors.
- Table
Source Factory - Factory function type for creating reference table sources.