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/04/19 09:06:32 UTC

[GitHub] [camel] zhfeng commented on a diff in pull request #7454: CAMEL-15016 support kafka transactions

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


##########
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaProducerFullIT.java:
##########
@@ -58,6 +60,7 @@
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
+import static org.junit.jupiter.api.Assertions.fail;
 
 public class KafkaProducerFullIT extends BaseEmbeddedKafkaTestSupport {

Review Comment:
   yeah, sure. I'd like to refact to move all transaction related tests to ```KafkaProducerTransactionIT```.



-- 
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