pjfanning commented on code in PR #580:
URL:
https://github.com/apache/pekko-connectors-kafka/pull/580#discussion_r3482342245
##########
testkit/src/main/java/org/apache/pekko/kafka/testkit/TestcontainersKafkaJunit4Test.java:
##########
@@ -27,7 +27,10 @@
* unless `stopKafka()` is called.
*
* <p>The Testcontainers dependency has to be added explicitly.
+ *
+ * @deprecated Use {@link TestcontainersKafkaTest} instead (JUnit Jupiter/6).
*/
+@Deprecated
Review Comment:
```suggestion
@Deprecated(since = "2.0.0")
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]