Skip to main content

Module registry

Module registry 

Source
Expand description

Connector registry with factory pattern. Registry of connector factories, keyed by connector type string.

Structs§

ConnectorRegistry
Registry of available connector implementations. Connectors register a factory per type string; the runtime looks up by the connector property in CREATE SOURCE/SINK DDL.

Traits§

LookupSourceFactory
Factory for constructing a lookup source (async, for on-demand mode).

Type Aliases§

SinkFactory
Factory function type for creating sink connectors.
SourceFactory
Factory function type for creating source connectors.
TableSourceFactory
Factory function type for creating reference table sources.