hello, just to make you aware about my progress on the same matter.
I was able to get over the issue but the way i was able to sort it out was
by passing specific file to consumerTemplate / pollEnrich.
Otherwise, when pollEnrich or consumerTemplate is used with file expression
as part of `include`
consumer template and poll enrich is ONE exchange at a time. So if
there are 100 files in a folder, then only 1 of those files is picked
up.
There is only caching in regards to idempotent that it has built in
the file component, but its for files that it has previously picked
up.
You can turn that