orpiske commented on code in PR #7454:
URL: https://github.com/apache/camel/pull/7454#discussion_r852784972
##########
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:
Not a deal breaker, but I am wondering if wouldn't be better to have the
test in a different class. This test class is starting to get fairly big IMHO.
--
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]