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
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
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
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