aldettinger commented on a change in pull request #3124:
URL: https://github.com/apache/camel-quarkus/pull/3124#discussion_r716772935
##########
File path:
integration-tests/kafka/src/test/java/org/apache/camel/quarkus/component/kafka/it/CamelKafkaTest.java
##########
@@ -86,4 +89,127 @@ void testQuarkusKafkaClientFactoryNotConfigured() {
.statusCode(200)
.body(is("true"));
}
+
+ @Test
Review comment:
I had the idea that it would work like jdbc, amq commits. But maybe in
the context of kakfa it's something else. Maybe it's just an asynchronous
commit that has the time to be executed with the %2 testing method. If any,
does camel-kafka tests also stop/start routes ?
--
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]