Hi there
I've tried to use the stream input component to listen on changes within a file to process the lines one by one. <from uri="stream:file?fileName=sample.csv&scanStream=true&scanStreamDelay=1000&retry=true" /> But I noticed it always starts from the beginning. Is there an option in Camel to have "tail -f" behaviour to trigger my route? Thanks Oli
