chia7712 commented on code in PR #16572:
URL: https://github.com/apache/kafka/pull/16572#discussion_r1677704474
##########
tools/src/main/java/org/apache/kafka/tools/ReplicaVerificationTool.java:
##########
@@ -112,6 +112,8 @@ public class ReplicaVerificationTool {
public static void main(String[] args) {
try {
+ LOG.warn("This tool is deprecated and may be removed in a future
major release.");
Review Comment:
I'd like to add deprecated version and removed version if it does not have
replacement.
However, that is sort of personally taste. I'm fine to keep the origin
message for consistency 😄
--
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]