davidvoit commented on PR #10131: URL: https://github.com/apache/camel/pull/10131#issuecomment-1551320364
I know the patch is not optimal, it's a first draft to more cleary show the changes. Let's see this first draft as an RFC. In the end we don't need to differentiate between minage != 0 and minage == 0. We can just always do the currentTime > minTriggerTime. Just a short word why we are having some problem with the current implemntation. We are loading files from Windows clients. Windows client save files without modifing lastModifed. As our input files are quite big, the camel route get's triggered before the copying is finished. -- 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