You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/05/31 09:14:46 UTC

[GitHub] [camel] zhfeng commented on a diff in pull request #7693: camel-kafka test fixes

zhfeng commented on code in PR #7693:
URL: https://github.com/apache/camel/pull/7693#discussion_r885400327


##########
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAsyncManualCommitIT.java:
##########
@@ -74,8 +83,6 @@ public void after() {
         if (producer != null) {
             producer.close();
         }
-        // clean all test topics
-        kafkaAdminClient.deleteTopics(Collections.singletonList(TOPIC));

Review Comment:
   Why we need to remove these clean codes?



-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org