kamalcph commented on code in PR #13059: URL: https://github.com/apache/kafka/pull/13059#discussion_r1059249655
########## core/src/main/scala/kafka/admin/ConfigCommand.scala: ########## @@ -580,7 +580,7 @@ object ConfigCommand extends Logging { .filter(entry => configSourceFilter match { case Some(configSource) => entry.source == configSource case None => true - }).toSeq + }).toSeq.sortBy(entry => entry.name()) Review Comment: side fix to display the configs in sorted order. -- 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