Reading a file using Apache Camel from an FTP location

336 Views Asked by At

I have a requirement to read a file continuously from an FTP location and write to some topic(for eg:Kafka) using Apache Camel. I am able to read the file in the startup and write to the topic. Is there a way in Camel to read the file continuously from a folder whenever a new file come in to that location?

0

There are 0 best solutions below