ADO.NET Provider for Apache Kafka

Build 25.0.9539

EnableIdempotence

Specifies whether the provider ensures that produced messages are delivered in order and without duplicates.

Data Type

bool

Default Value

false

Remarks

When set to true, the provider enables Kafka's idempotent producer mode. Kafka assigns a sequence number to each produced message, allowing the broker to detect and discard duplicates and to preserve message order during retries.

When set to false, the provider does not apply these delivery guarantees, and duplicate messages may be produced if retries occur during network interruptions or broker failures.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539