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

   If you want to achieve you need to deleteAfterRead or increase the max 
messages per poll. Your configuration will always poll the same 10 files since 
you don't move/delete them. Another possibility for achieving you what you are 
looking for is using the following connector: 
https://github.com/apache/camel-kafka-connector/tree/camel-kafka-connector-4.0.0/connectors/camel-aws-s3-cdc-source-kafka-connector
 with this one you should be able to consume new files without deleting them. 
Here the docs: 
https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-s3-cdc-source-kafka-source-connector.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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to