Andrea Cosentino

Results 440 comments of Andrea Cosentino

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

As far as I remember the kafka topic used for this purpose must be accessed without any authentication. That's the reason why it's failing.

Thanks, but needs to be done when Camel will switch to 4.x

+1, do you have a target version for amazon-kinesis-client?

At this stage there are no additional options. These is what the underline component exposes: https://camel.apache.org/components/4.10.x/opensearch-component.html, to add more options we first need to do this at Camel level, then...

Hi, The published documentation on the camel website is the 4.14.x. can you try the supported version? 0.11.x is not supported and really old. There is no documentation for this...

We are not working actively on 0.11.x, but we can add acknowledgments to the Kamelet used for the connector.

I assigned this to you. If you don't work on this, just let us know