Expand description
Schema types used across the connector framework.
Defines the core data structures for schema inference, resolution, and connector configuration:
RawRecord: A raw record with key, value, timestamp, and headersSourceMetadata: Type-erased metadata from a source connectorFieldMeta: Per-field metadata for schema annotationsSourceConfig: Configuration for a source connector (schema module)SinkConfig: Configuration for a sink connector (schema module)
Structsยง
- Field
Meta - Per-field metadata for schema annotations.
- RawRecord
- A raw record read from a source before schema application.
- Sink
Config - Configuration for a sink connector in the schema module.
- Source
Config - Configuration for a source connector in the schema module.
- Source
Metadata - Type-erased metadata from a source connector.