Espen Andreassen created CAMEL-18841:
----------------------------------------
Summary: camel-kafka: producer idempotence is not enabled by
default
Key: CAMEL-18841
URL: https://issues.apache.org/jira/browse/CAMEL-18841
Project: Camel
Issue Type: Bug
Components: camel-kafka
Affects Versions: 3.18.4
Reporter: Espen Andreassen
Kafka enables idempotence on the producer by default but camel-kafka does not.
(See the first bullet point
[here|https://kafka.apache.org/32/documentation.html#upgrade_320_notable]: ) As
far as I can tell, aligning the following props would fix this:
||camel-kafka prop name||Kafka value||camel-kafka value||
|retries|MAX_INT|0|
|enableIdempotence|true|false|
|acks|all|1|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)