This workaround does the job. Thank you Claus.
On Mon, 28 Mar 2022 at 23:16, Claus Ibsen wrote:
> It is a plugin to assist when building custom camel components, not to
> use for end user applications.
>
> It is currently two-step as I said. Its not an easy fix.
>
> In the camel project we have
Hi all,
This proved not to be a Camel issue, the Kafka cluster had some unknown
issues, after remaking it, the routes were able to also consume from the
topics even when a broker was down.
Regards,
Laurentiu
On Mon, Mar 28, 2022 at 3:11 PM Laurentiu Trica
wrote:
> Hi,
>
> I'm using Camel 2.54
Hi,
There are some issues with camel jmx beans registration when context start
vetoed couple of times. Camel doesn't unregister mbeans after second veto due
to context status is stopped (assuming everything is stopped). But registration
and un-registration happens in DefaultManagementLifecycleS
Hi
Health checks can be excluded via patterns
https://camel.apache.org/manual/health-check.html#_excluding_health_checks
The remainder active health checks can be enabled/disabled
individually with the setEnabled setter, but that requires to get hold
of the health check via its ID etc.
There is a