How to upload data to S3 as Multipart file while getting data in loopDoWhile EIP from Paginated API

2023-08-27 Thread Sahil Upneja
Hi Everyone ! I am getting data from a paginated API in loopDoWhile , Since the whole data is huge so we are reading it page by page from paginated API. I want to upload all this data received from all pages of paginated API to be uploaded as single file in s3 (Multipart file). Could you

Re: Not able to use aggregate with Splitter in Camel Version 3.20.0

2023-05-24 Thread Sahil Upneja
ze 100 into batches of 1 and not 10. Can you please suggest how to achieve this. Regards Sahil On Mon, May 22, 2023 at 10:39 AM Sahil Upneja wrote: > Hi Claus , > > Yes Jsonpath is correct > > The following java DSL code is working fine as expected > > @Component > pub

Re: Not able to use aggregate with Splitter in Camel Version 3.20.0

2023-05-21 Thread Sahil Upneja
ne jsonpath validators you > can try with your json sample input > > On Fri, May 19, 2023 at 11:55 PM Sahil Upneja wrote: > > > Hi Team, > > > > I am not able to use aggregate with Splitter in Camel Version 3.20.0. > > > > *completionSize* is not getting co

How to read data from a paginated API and upload it as multipart file to S3 page by page

2023-07-31 Thread Sahil Upneja
Hi Everyone ! I am trying to read data from a paginated API , Since the whole data is huge so I want to read one page from paginated API and upload it as multipart file to S3 and then read 2nd page & upload it to S3 and so on. Could you please let me know if this usecase is achievable through

Re: How to read data from a paginated API and upload it as multipart file to S3 page by page

2023-08-04 Thread Sahil Upneja
hich in my opinion has to many > drawbacks, because you get additional latency, difficult error handling and > have to stop polling using the control bus. > > Regards, > Ralf > > On Mon, 2023-07-31 at 13:09 +0530, Sahil Upneja wrote: > > Hi Everyone ! > > I am try

How to use splitter in existing route

2023-05-15 Thread Sahil Upneja
Hi Team, I am facing one issue while using splitter in route. Please see the details below https://stackoverflow.com/questions/76228963/how-to-use-splitter-in-existing-route Please suggest the solution Regards Sahil

How to use Splitter with Aggregate using xml in Apache Camel 3.20.0

2023-05-15 Thread Sahil Upneja
Hi Team, I am facing one issue while using splitter with aggregation. Please see the details below https://stackoverflow.com/questions/76230258/how-to-use-splitter-with-aggregate-using-xml-in-apache-camel-3-20-0 Please suggest the solution Regards Sahil

Not able to use aggregate with Splitter

2023-05-19 Thread Sahil Upneja
Hi Team, *completionSize* is not getting considered when I am using Aggregate inside the Splitter Splitter is splitting in batches of 1 only, but I want to split Json array of large size say 100 into batches of 10. Below is my code snippet < from uri : splitter> $

Not able to use aggregate with Splitter in Camel Version 3.20.0

2023-05-19 Thread Sahil Upneja
Hi Team, I am not able to use aggregate with Splitter in Camel Version 3.20.0. *completionSize* is not getting considered when I am using Aggregate inside the Splitter Splitter is splitting in batches of 1 only, but I want to split Json array of large size say 100 into batches of 10. Below is