Hi Camel Riders, I have a route like :
from("ftp:someip").process("someprocessor").streamCaching().to("hdfs2:someip"); Now I can see that there are a lot of temp files being created in the root directory for caching which are not deleted even after a 1000's of files are picked from FTP server. I did ran through a couple of earlier mails and JIRA as well regarding the same issue. Is this thing fixed? I am using Camel 2.12.0 Thanks! Chirag