ardada2468 commented on code in PR #16761: URL: https://github.com/apache/kafka/pull/16761#discussion_r1728079423
########## tools/src/main/java/org/apache/kafka/tools/StreamsResetter.java: ########## @@ -687,7 +687,7 @@ public List<String> inputTopicsOption() { } public List<String> intermediateTopicsOption() { - log.warn("intermediateTopicsOption will be removed in version 5.0"); + log.warn("intermediateTopicsOption is deprecated and will be removed in version 5.0"); Review Comment: This is the warning message it will log, when the option is used -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org