aldettinger commented on a change in pull request #3124: URL: https://github.com/apache/camel-quarkus/pull/3124#discussion_r714786016
########## 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: Ok, I think I got it. My understanding is that the trick to start/stop foo/bar routes is just to have the message committed or not. So, I wonder if it would be clearer with a single route that would call `manual.commitSync();` each 2 messages only ? So the first message would be committed, the second not and so on.... -- 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