lucasbru commented on code in PR #16761:
URL: https://github.com/apache/kafka/pull/16761#discussion_r1703801655
##########
tools/src/main/java/org/apache/kafka/tools/StreamsResetter.java:
##########
@@ -584,8 +584,8 @@ public StreamsResetterOptions(String[] args) {
.ofType(String.class)
.withValuesSeparatedBy(',')
.describedAs("list");
- intermediateTopicsOption = parser.accepts("intermediate-topics",
"Comma-separated list of intermediate user topics (topics that are input and
output topics, "
- + "e.g., used in the deprecated through() method). For
these topics, the tool will skip to the end.")
+ intermediateTopicsOption = parser.accepts("intermediate-topics",
"Comma-separated list of intermediate user topics (topics that are input and
output topics). "
Review Comment:
Kind of makes sense to keep it for people who are migrating and need to
reset a (deprecated) application, right? We could write a tiny KIP to
deprecate, or just keep it around.
--
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]