Yunyung commented on PR #17667: URL: https://github.com/apache/kafka/pull/17667#issuecomment-2452968663
Hi @chia7712, if this change for GroupType makes sense to you, I've observed two similar classes where we could apply similar improvements. We could either include these changes here or handle them in a follow-up. **ConsumerGroupState**#parse https://github.com/apache/kafka/blob/dafa126223fc732c69c05007e078cd4127217a91/clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java#L3727-L3729 **ShareGroupState**#parse https://github.com/apache/kafka/blob/dafa126223fc732c69c05007e078cd4127217a91/clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java#L3909-L3911 -- 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]
