[ANNOUNCEMENT] Apache Camel K 1.10.2 released

2022-10-21 Thread Andrea Cosentino
The Camel community announces the immediate availability of Apache Camel K 1.10.2. You can find more information in the release notes[1]. The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository [1]. Many thanks to all who made this

Re: Wrong debug log output when using MockEndpoint

2022-10-21 Thread Claus Ibsen
Hi You are welcome to send a PR to fix this thanks. On Fri, Oct 21, 2022 at 10:00 AM LANGER Manuel (ICS460-BAI.ext) wrote: > Hi, > > > > I’m using the class org.apache.camel.component.mock.MockEndPoint to test > my Camel routes. I was wondering why each test case (actually the reset) > takes m

Wrong debug log output when using MockEndpoint

2022-10-21 Thread LANGER Manuel (ICS460-BAI.ext)
Hi, I’m using the class org.apache.camel.component.mock.MockEndPoint to test my Camel routes. I was wondering why each test case (actually the reset) takes more than 10sec, although the DEBUG log said “Waiting on the latch for: 0 millis”. Turns out this is a wrong log output, and this happens i

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