LinzeSu commented on issue #1535:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1535#issuecomment-1588879799

   Thanks. This feature is greatly in need cause when the number of files in 
the dir the connector reads exceeds 1000, the connector will repeatedly read 
the files, which I assume is an unwanted situation. I just came across this 
problem when doing connector upgrade and I found the info 
[here](https://camel.apache.org/components/next/file-component.html):
   ```
   Option to use the Idempotent Consumer EIP pattern to let Camel skip already 
processed files. 
   Will by default use a memory based LRUCache that holds 1000 entries. 
   ```
   Please let me know if this feature is added in the future release.


-- 
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