lburgazzoli commented on code in PR #8593: URL: https://github.com/apache/camel/pull/8593#discussion_r1000452796
########## 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: this is because the ComponentsHealthCheckRepository has an add/remove health check methods: should we create a WritableHealthCheckRepository interface ? -- 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