Re: Camel's File Stream Limitation for Large Files

2025-05-06 Thread KARTHIK PRABHU N
Hello Claus, First issue got fixed after enabling the stream cache pool. Could you please assist for 2nd one ? Thank you, Karthik On Tue, 6 May 2025, 10:35 am Claus Ibsen, wrote: > Hi > > Enable spool on stream caching > https://camel.apache.org/manual/stream-caching.html > > > On Tue, May

Re: Camel's File Stream Limitation for Large Files

2025-05-05 Thread Claus Ibsen
Hi Enable spool on stream caching https://camel.apache.org/manual/stream-caching.html On Tue, May 6, 2025 at 4:37 AM KARTHIK PRABHU N wrote: > Hello Team, > > Good morning & hope you are doing fine ! > > I am working on a use-case / concept to generate, download and upload very > large file (

Camel's File Stream Limitation for Large Files

2025-05-05 Thread KARTHIK PRABHU N
Hello Team, Good morning & hope you are doing fine ! I am working on a use-case / concept to generate, download and upload very large file ( > 1GB file size <100GB) should support both binary and non-binary file type. To achieve this concept, I tried Camel’s File or Stream component to read / wri