Re: Camel and Kafka manual commit : java.util.ConcurrentModificationException

2022-11-08 Thread Otavio Rodolfo Piske
Hi, thanks Please, can you try with Camel 3.18.3? Along with the rest of the community, we introduced a lot of fixes on the Kafka component on 3.18.2 and 3.18.3. Maybe it will help you solve the problem (and, at the same time, it's an LTS version, so we can fix it if there's a problem). Thanks

Re: Splitter and Aggregater onCompletion

2022-11-08 Thread Claus Ibsen
On Tue, Nov 8, 2022 at 12:03 PM Reto Peter wrote: > Camel 3.18.3 > > Yes, I am talking about the onCompletion method of the AggregationStrategy. > So when I define the Splitter, I do define the AggregationStrategy class, > and in this class it should be possible that the method onCompletion is >

RE: Splitter and Aggregater onCompletion

2022-11-08 Thread Reto Peter
Camel 3.18.3 Yes, I am talking about the onCompletion method of the AggregationStrategy. So when I define the Splitter, I do define the AggregationStrategy class, and in this class it should be possible that the method onCompletion is called. But where I can define the options to the

Re: Splitter and Aggregater onCompletion

2022-11-08 Thread Claus Ibsen
What camel version do you use? On Tue, Nov 8, 2022 at 11:53 AM Claus Ibsen wrote: > Hi > > Ah sorry there is both an onCompletion EIP you can use in routes. > And then AggregationStrategy with overloaded/default methods for various > callbacks. > > > > On Tue, Nov 8, 2022 at 11:39 AM Reto Peter

Re: Splitter and Aggregater onCompletion

2022-11-08 Thread Claus Ibsen
Hi Ah sorry there is both an onCompletion EIP you can use in routes. And then AggregationStrategy with overloaded/default methods for various callbacks. On Tue, Nov 8, 2022 at 11:39 AM Reto Peter wrote: > Hi Claus > > Thanks, but the Aggregator has its interface AggregationStrategy and there

RE: Splitter and Aggregater onCompletion

2022-11-08 Thread Reto Peter
Hi Claus Thanks, but the Aggregator has its interface AggregationStrategy and there is the 'onCompletion' method. And this method is invoked in case of the following route: from("direct:processAndAggregate") .toD("xslt-saxon:mm/transform- -${header.doctype}-to-EDI-XML.xsl")

Re: Splitter and Aggregater onCompletion

2022-11-08 Thread Claus Ibsen
Hi onCompletion is its own EIP https://camel.apache.org/manual/oncompletion.html The onCompletion works on the incoming exchange in the route, and the aggregator is separated from that incoming exchange, as the output of the aggregator runs its own "lifecycle", in its own exchange. So it has no

Splitter and Aggregater onCompletion

2022-11-08 Thread Reto Peter
Hi all I am using a Splitter and an Aggregator. All of the output are written into the final result. But at the end of the Split, I wanted to add something more. This is where the 'onCompletion' method inside the Aggregator can be used (in my mind, cause that works for scenarios without a

Re: Camel-K: question on LTS support

2022-11-08 Thread Claus Ibsen
Hi All ASF releases are "only" community supported. Only commercial companies that do their own products can offer paid enterprise support, you cannot have that from ASF. For Camel there are these companies that offer various support for their Camel products

Camel-K: question on LTS support

2022-11-08 Thread Christoph Weiss
Dear User Group, Short question: For Camel-K 1.8 it is stated that this is a LTS release (https://camel.apache.org/camel-k/1.8.x/index.html). Who is providing this support? Is it Apache directly – or one of the commercial parties? In addition: is there any other LTS release planned? Are you