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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]