jolshan commented on code in PR #19731: URL: https://github.com/apache/kafka/pull/19731#discussion_r2096048236
########## core/src/main/scala/kafka/admin/ConfigCommand.scala: ########## @@ -86,13 +86,13 @@ object ConfigCommand extends Logging { opts.checkArgs() processCommand(opts) } catch { - case e @ (_: IllegalArgumentException | _: InvalidConfigurationException | _: OptionException) => - logger.debug(s"Failed config command with args '${args.mkString(" ")}'", e) + case e: UnsupportedVersionException => Review Comment: Did we swap these because unsupported version is also InvalidConfigException? -- 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