davsclaus commented on pull request #3594: URL: https://github.com/apache/camel-quarkus/pull/3594#issuecomment-1061883241
This is the test in camel-kafka where we stop the kafka container (service.shutdown) https://github.com/apache/camel/blob/main/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java We use the camel-test-infra that is testcontainers which makes it easy to run integration test with kafka as docker containers https://github.com/apache/camel/blob/main/components/camel-kafka/pom.xml#L60 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
