Closed akhileshacc closed 4 years ago
Again, this is not the right place for asking this. Ask on the users mailing list of Camel. This is the camel-kafka-connector subproject and it uses a different approach. Wait for response on the ML, users or devs may be busy like you.
Sure thanks.
Anyway, it's normal. If you don't want the file to be polled each time you can deleteAfterRead. That's the normal behavior, the file is fetched and then checked.
Hi,
I am using camel's aws and kafka components.
I have added 1 text file in S3. It works well and adds file content to kafka only once. But I see these logs, seems like S3 object is constantly fetched, and only filtered before adding to kafka.
Am i correct in understanding this behaviour ?
If yes, Is there a work around so the file is not fetched.
Logs
If you check text file
CamelAwsS3ContentLength
, its alwaysCamelAwsS3ContentLength=88
.I didnt sent it to mailing list, since i got no reply last time.