Re: camel-component-maven-plugin not hooked to the correct maven phase

2022-03-29 Thread Minh Tran
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

Re: Camel Kafka connector can't consume from cluster if one broker is down

2022-03-29 Thread Laurentiu Trica
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

Apache Camel Issue - JMX Registration Duplication

2022-03-29 Thread Viola, Alfonso
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

Re: Manage health checks at runtime

2022-03-29 Thread Claus Ibsen
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