Indra created CAMEL-9612:
----------------------------
Summary: S3Consumer has variable filesConsumed that is always
true, causing files not getting consumed
Key: CAMEL-9612
URL: https://issues.apache.org/jira/browse/CAMEL-9612
Project: Camel
Issue Type: Bug
Components: camel-aws
Affects Versions: 2.16.1
Reporter: Indra
I am currently having issue with my camel S3 route
aws-s3://myBucket?amazonS3Client=#amazonS3Client&prefix=myFolder&delay=5000
The polling happen once and the file inside myFolder consumed correctly.
But after that there are no more polling happen.
Then I tried to debug org.apache.camel.component.aws.s3.S3Consumer.java class
inside method poll() there is check for filesConsumed variable which is always
true seems.
Could you please advise?
Many Thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)