pjfanning commented on code in PR #580:
URL: 
https://github.com/apache/pekko-connectors-kafka/pull/580#discussion_r3482348648


##########
testkit/src/main/java/org/apache/pekko/kafka/testkit/javadsl/KafkaJunit4Test.java:
##########
@@ -19,7 +19,12 @@
 import org.junit.After;
 import org.junit.Before;
 
-/** JUnit 4 base-class with some convenience for accessing a Kafka broker. */
+/**
+ * JUnit 4 base-class with some convenience for accessing a Kafka broker.
+ *
+ * @deprecated Use {@link org.apache.pekko.kafka.testkit.KafkaTest} 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]

Reply via email to