fvaleri commented on code in PR #13136: URL: https://github.com/apache/kafka/pull/13136#discussion_r1092890819
########## core/src/main/scala/kafka/admin/ConsumerGroupCommand.scala: ########## @@ -1033,7 +1033,7 @@ object ConsumerGroupCommand extends Logging { val describeOpt = parser.accepts("describe", DescribeDoc) val allGroupsOpt = parser.accepts("all-groups", AllGroupsDoc) val deleteOpt = parser.accepts("delete", DeleteDoc) - val timeoutMsOpt = parser.accepts("timeout", TimeoutMsDoc) + val timeoutMsOpt: OptionSpec[Long] = parser.accepts("timeout", TimeoutMsDoc) Review Comment: Thanks. That's an oversight in conflict resolution. Reverted. -- 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