AW: Camel Stream caching seems not to delete the temporary files

2017-11-20 Thread christian.jacob
Okay, one addition: the files on java.io.tempdir are emptied after a while, but they still are there. -Ursprüngliche Nachricht- Von: christian.ja...@innogy.com [mailto:christian.ja...@innogy.com] Gesendet: Montag, 20. November 2017 19:22 An: users@camel.apache.org Betreff: Camel Stream ca

Camel Stream caching seems not to delete the temporary files

2017-11-20 Thread christian.jacob
Hi there, I have to download pretty large files (> 200 MB) from a remote server via http and process them with a very specific library. This library relies on using files and not streams, so I have a route looking like from (...) .toD("${body}") .to("file:" + tempDirectoryName) In the body, I