rreddy-22 commented on code in PR #15150:
URL: https://github.com/apache/kafka/pull/15150#discussion_r1458105856
##########
core/src/main/scala/kafka/admin/ConsumerGroupCommand.scala:
##########
@@ -102,6 +103,15 @@ object ConsumerGroupCommand extends Logging {
parsedStates
}
+ def consumerGroupTypesFromString(input: String): Set[ConsumerGroupType] = {
+ val parsedStates = input.split(',').map(s =>
ConsumerGroupType.parse(s.trim)).toSet
Review Comment:
omgg thanks for catching that!
--
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]