chia7712 commented on PR #18315: URL: https://github.com/apache/kafka/pull/18315#issuecomment-2561655638
@dongnuo123 nice find. We need to replace ".name()" by ".toString" as well: https://github.com/apache/kafka/blob/4567f39825e9aa47a32ea70912b8a2249a50173a/clients/src/main/java/org/apache/kafka/clients/admin/ConsumerGroupListing.java#L140 https://github.com/apache/kafka/blob/4567f39825e9aa47a32ea70912b8a2249a50173a/clients/src/main/java/org/apache/kafka/clients/admin/ListConsumerGroupsOptions.java#L87 https://github.com/apache/kafka/blob/4567f39825e9aa47a32ea70912b8a2249a50173a/clients/src/main/java/org/apache/kafka/clients/admin/ListConsumerGroupsOptions.java#L87 https://github.com/apache/kafka/blob/4567f39825e9aa47a32ea70912b8a2249a50173a/clients/src/main/java/org/apache/kafka/clients/admin/ConsumerGroupListing.java#L56 https://github.com/apache/kafka/blob/4567f39825e9aa47a32ea70912b8a2249a50173a/clients/src/main/java/org/apache/kafka/clients/admin/ConsumerGroupListing.java#L75 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
