conduktor.io ↗

exactly.once.support — Kafka Connect Source Configuration

Permitted values are requested, required. If set to "required", forces a preflight check for the connector to ensure that it can provide exactly-once semantics with the given configuration.

Description

Permitted values are requested, required. If set to "required", forces a preflight check for the connector to ensure that it can provide exactly-once semantics with the given configuration. Some connectors may be capable of providing exactly-once semantics but not signal to Connect that they support this; in that case, documentation for the connector should be consulted carefully before creating it, and the value for this property should be set to "requested". Additionally, if the value is set to "required" but the worker that performs preflight validation does not have exactly-once support enabled for source connectors, requests to create or validate the connector will fail.

Default Values by Kafka Version

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