Expand description
Core connector traits (SourceConnector, SinkConnector).
Connector traits — async SourceConnector / SinkConnector.
Structs§
- Partition
Info - Source partition identity + current offset (Kafka partition number, CDC slot name, etc.).
- Sink
Connector Capabilities - Capabilities declared by a sink connector.
- Source
Batch - A batch of records read from a source connector.
- Write
Result - Summary of a successful
write_batchcall.
Enums§
- Delivery
Guarantee - Delivery guarantee level for the pipeline.
- Postgres
SslMode - SSL connection mode for
PostgreSQL-compatible connectors.
Traits§
- Sink
Connector - Trait for sink connectors that write data to external systems.
- Source
Connector - Trait for source connectors that read data from external systems.