conduktor.io ↗

exactly.once.source.support — Kafka Connect Worker Configuration

Whether to enable exactly-once support for source connectors in the cluster by using transactions to write source records and their source offsets, and by proactively fencing out old task generations before bringing up new ones.To enable exactly-once source support on a new cluster, set this property to 'enabled'.

Description

Whether to enable exactly-once support for source connectors in the cluster by using transactions to write source records and their source offsets, and by proactively fencing out old task generations before bringing up new ones.To enable exactly-once source support on a new cluster, set this property to 'enabled'. To enable support on an existing cluster, first set to 'preparing' on every worker in the cluster, then set to 'enabled'. A rolling upgrade may be used for both changes. For more information on this feature, see the exactly-once source support documentation.

Default Values by Kafka Version

Kafka VersionDefault Value
3.3disabled
3.4disabled
3.5disabled
3.6disabled
3.7disabled
3.8disabled
3.9disabled
4.0disabled
4.1disabled
4.2disabled
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.