AndrewJSchofield commented on code in PR #19508: URL: https://github.com/apache/kafka/pull/19508#discussion_r2063140276
########## core/src/main/scala/kafka/admin/ConfigCommand.scala: ########## @@ -350,7 +350,7 @@ object ConfigCommand extends Logging { case ClientMetricsType => adminClient.listClientMetricsResources().all().get().asScala.map(_.name).toSeq case GroupType => - adminClient.listGroups(ListGroupsOptions.forConsumerGroups()).all.get.asScala.map(_.groupId).toSeq + adminClient.listGroups().all.get.asScala.map(_.groupId).toSeq Review Comment: This was intentional. This is listing the groups for config purposes. There's no reason to limit them to consumer groups. -- 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