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

2022-11-23 Thread Ivan Rododendro
ify one of our unit > tests and run. > > In this case ... > > Please, can you provide a full reproducer and send the code? Please put it > on Github, so I can clone and reproduce and debug? That would make > investigating and fixing this much easier and quicker for me. > > Kin

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

2022-11-22 Thread Ivan Rododendro
fix it if there's a problem). > > Thanks in advance > > On Mon, Nov 7, 2022 at 5:35 PM Ivan Rododendro > wrote: > > > Hi Otavio, > > Camel version is 3.17.0 > > > > thank you > > > > On Wed, Nov 2, 2022 at 7:00 PM Otavio Rodolfo Piske < > angu

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

2022-11-07 Thread Ivan Rododendro
ltiple threads cannot access the same kafka client that’s it, but camel > > handles instances and threads, so not so easy to fix for me. > > > > I think about seda because I know that for seda endpoint object are > pooled > > (if my understanding is right). > > >

Camel and Kafka manual commit : java.util.ConcurrentModificationException

2022-10-21 Thread Ivan Rododendro
Hello I'm really new to Camel concepts, our need is to create some identical routes, identical except for some parameters, from a Kafka topic to a http endpoint, with some processing in-between. Besides this we want to explicitly commit the message consumption only when the http endpoint has been