nizhikov commented on code in PR #12632: URL: https://github.com/apache/kafka/pull/12632#discussion_r974176089
########## core/src/main/scala/kafka/tools/StreamsResetter.java: ########## @@ -213,11 +217,16 @@ private void parseArguments(final String[] args) { .ofType(String.class) .describedAs("id") .required(); - bootstrapServerOption = optionParser.accepts("bootstrap-servers", "Comma-separated list of broker urls with format: HOST1:PORT1,HOST2:PORT2") - .withRequiredArg() + bootstrapServersOption = optionParser.accepts("bootstrap-servers", "DEPRECATED: Comma-separated list of broker urls with format: HOST1:PORT1,HOST2:PORT2") + .withOptionalArg() Review Comment: Thank. I changed code following your suggestion. -- 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