AndrewJSchofield commented on PR #19477: URL: https://github.com/apache/kafka/pull/19477#issuecomment-2813376422
@chia7712 I actually discovered a problem with the code running against older brokers. `Admin.listGroups(ListGroupsOptions.forConsumerGroups())` actually implies a higher version of `ListGroups` RPC than `Admin.listConsumerGroups()`. Since we support back to AK 2.1, the code needs to use an early version of ListGroups. I'll put in another PR. -- 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