mjsax commented on a change in pull request #11075: URL: https://github.com/apache/kafka/pull/11075#discussion_r671752925
########## File path: core/src/main/scala/kafka/tools/StreamsResetter.java ########## @@ -304,7 +304,7 @@ private void parseArguments(final String[] args) { optionParser, options, option, - JavaConverters.asScalaSetConverter(invalidOptions).asScala()); + CollectionConverters.SetHasAsScala(invalidOptions).asScala()); Review comment: Seems to be a result of KIP-751 (drop support for Scala 0.12) ? -- 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