hi all
i am trying to read a large file and marshal it with flatpack. i am using
splitter pattern and streaming is enabled on route. when the file is large
i am getting out of memory exception. is there any option to load data
lazily as there is in csv format.
--
Arshid
Hi Camel users,
I am new to apache camel. I am looking for the sample code for ehcache which
will cache the get call.
Say for example,
I have a select query executed and store that value in a bean, this happens in
one route.
This is list of records, that I want to cache using ehcache.
I saw f