Liveness probe or reconnect to Kafka when using of camel-kafka

2021-11-18 Thread Vyacheslav Boyko
Hello! I have just faced an issue. My microservice (camel-kafka component) got disconnected from kafka (consumer and producer both) after Kafka restarted. Last logs were: 2021-11-16 17:43:02.703  INFO 1 --- [-card-requests]] o.a.k.c.c.internals.AbstractCoordinator  : [Consumer

Re: Liveness probe or reconnect to Kafka when using of camel-kafka

2021-11-18 Thread Andrea Cosentino
There are some work around the health check and other stuff. But first you need to provide what version of Camel you're using. Il giorno gio 18 nov 2021 alle ore 10:07 Vyacheslav Boyko < mail4...@gmail.com> ha scritto: > Hello! > > I have just faced an issue. > > My microservice (camel-kafka

Camel and Freemarker - ${request} evaluated to null or missing

2021-11-18 Thread Laurentiu Trica
Hello, I've been using Camel 2.16 with Freemarker 2.3.23.stable on Karaf 4.0.4 for a long time now. I'm switching to Camel 2.25.4 with Freemarker 2.3.31.stable on Karaf 4.3.3 now. The problem is that something that worked without problems with the old setup is now not working. When I have

Re: Liveness probe or reconnect to Kafka when using of camel-kafka

2021-11-18 Thread Andrea Cosentino
For work around, I meant to say work in the area of health check, not workaround. So there are some improvements in 3.13.0, but not something specific for your case. Please keep the users ML through the addresses, it would be helpful for the community. Il giorno gio 18 nov 2021 alle ore 12:01

Something not good here?

2021-11-18 Thread Andrei Petru Mura
Hi, Please subscribe me. Mura Andrei

Camel-Freemarker: request isn't available in the freemarker script

2021-11-18 Thread Andrei Petru Mura
Hi, I have a camel route in Apache-Karaf 4.3.3. The script, is accessing the request object like this: ${request.setHeader('test', 'someValue')} But I get this error at runtime: Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either

Re: Camel-Freemarker: request isn't available in the freemarker script

2021-11-18 Thread Andrea Cosentino
Hello, Please complete the description of the problem by reporting the camel version you're using. Il giorno gio 18 nov 2021 alle ore 10:46 Andrei Petru Mura < mapand...@gmail.com> ha scritto: > Hi, > > I have a camel route in Apache-Karaf 4.3.3. The script, is accessing the > request object