lburgazzoli commented on code in PR #8593: URL: https://github.com/apache/camel/pull/8593#discussion_r1000502820
########## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java: ########## @@ -30,6 +30,7 @@ import org.apache.camel.component.kafka.consumer.errorhandler.KafkaConsumerListener; import org.apache.camel.health.HealthCheckAware; import org.apache.camel.health.HealthCheckHelper; +import org.apache.camel.impl.health.ComponentsHealthCheckRepository; Review Comment: Pushed a new version with an `WritableHealthCheckRepository` API. However I noticed that the Kafka Consumer/Producer HealthCheck are also dependent on on an class from impl `org.apache.camel.impl.health.AbstractHealthCheck` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org