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

2023-05-24 Thread Sahil Upneja
wrote: > >> Hi >> >> Are you sure jsonpath $ will return a list or something that can be >> iterated for the splitter to turn into 10 elements. >> As you have timeout 1s then it may be that this is what causes the output >> of the trigger. >> >> Ma

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

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

2023-05-20 Thread Claus Ibsen
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 considered when I am using Aggregate inside > the 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