oscerd commented on issue #1682:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1682#issuecomment-2404793229

   Use a Kafka topic:
   
   `camel.idempotency.enabled=true
   camel.idempotency.repository.type=kafka
   camel.idempotency.expression.type=body
   camel.idempotency.kafka.topic=my.idempotency.topic
   camel.idempotency.kafka.bootstrap.servers=localhost:9092
   camel.idempotency.kafka.max.cache.size=1500
   camel.idempotency.kafka.poll.duration.ms=150`
   
   
https://camel.apache.org/camel-kafka-connector/4.8.x/user-guide/idempotency.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to