Expand description
Kafka sink connector configuration.
KafkaSinkConfig encapsulates all tuning knobs for the Kafka producer,
parsed from a SQL WITH (...) clause via ConnectorConfig.
Structs§
- Kafka
Sink Config - Configuration for the Kafka Sink Connector.
Enums§
- Acks
- Acknowledgment level for Kafka producer.
- Compression
Type - Compression type for produced Kafka messages.
- Delivery
Guarantee - Delivery guarantee level for the Kafka sink.
- Partition
Strategy - Partitioning strategy for distributing records across Kafka partitions.