ryannedolan commented on a change in pull request #10805:
URL: https://github.com/apache/kafka/pull/10805#discussion_r644125908



##########
File path: core/src/main/scala/kafka/tools/MirrorMaker.scala
##########
@@ -58,7 +58,11 @@ import scala.util.{Failure, Success, Try}
  *            enable.auto.commit=false
  *       3. Mirror Maker Setting:
  *            abort.on.send.failure=true
+ *
+ * @deprecated The original Mirror Maker is deprecated since release 3.0. 
Similar functionality can be
+ *    found in the Connect-based re-implementation by the same name (aka MM2).

Review comment:
       Looking at other uses of the @deprecated javadoc tags, I see comments 
like "Since 2.4, use the PartitionReassignment Kafka API instead", which isn't 
far off from your suggestion. I'll reword, thanks.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to