[
https://issues.apache.org/jira/browse/CAMEL-18841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Espen Andreassen updated CAMEL-18841:
-------------------------------------
Description:
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|
was:
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|
> 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
> Priority: Major
>
> 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)