riedelmax commented on PR #14124: URL: https://github.com/apache/kafka/pull/14124#issuecomment-1682236535
Right now the method does almost nothing.. I could strip it down to this version, which is enough to make tests pass: ``` def handleConsumerGroupDescribe(request: RequestChannel.Request): CompletableFuture[Unit] = { // TODO: This method is Work-In-Progress // It will be finished in the second PR of KAFKA-14509 requestHelper.sendMaybeThrottle(request, request.body[ConsumerGroupDescribeRequest].getErrorResponse(Errors.UNSUPPORTED_VERSION.exception)) CompletableFuture.completedFuture[Unit](()) } ``` -- 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