oscerd commented on issue #1128: URL: https://github.com/apache/camel-kafka-connector/issues/1128#issuecomment-809538109
Try to set "camel.source.endpoint.idempotent" to false, because the noop = true implies: If true, the file is not moved or deleted in any way. This option is good for readonly data, or for ETL type requirements. If noop=true, Camel will set idempotent=true as well, to avoid consuming the same files over and over again. So the memory idempotent take the precedence. Leave the configuration as is and add "camel.source.endpoint.idempotent" to false -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org