oscerd commented on issue #1682:
URL:
https://github.com/apache/camel-kafka-connector/issues/1682#issuecomment-2406698049
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.
--
This is an automated me
shubham-maheshwari-tech commented on issue #1682:
URL:
https://github.com/apache/camel-kafka-connector/issues/1682#issuecomment-2406667564
Tried to use the Kafka topic approach, but getting below exception while
deploying the connector:
`2024-10-11 06:39:26,886 ERROR
[camels3testsource
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.
shubham-maheshwari-tech commented on issue #1682:
URL:
https://github.com/apache/camel-kafka-connector/issues/1682#issuecomment-2404621714
Is there any other work around, because don't want to delete the message in
S3 bucket once its consumed. The payload/message in S3 bucket is used for ot
oscerd commented on issue #1682:
URL:
https://github.com/apache/camel-kafka-connector/issues/1682#issuecomment-2404580003
It's in memory. It's normal. You need to enable deleteAfterRead to true.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
shubham-maheshwari-tech opened a new issue, #1682:
URL: https://github.com/apache/camel-kafka-connector/issues/1682
Hi
I am using Apache camel S3 source connector, with Strimizi Operator. When
ever the kafka connector is restarted after some config update duplicate events
are coming in