dajac commented on code in PR #16158:
URL: https://github.com/apache/kafka/pull/16158#discussion_r1622909655


##########
core/src/main/scala/kafka/server/KafkaApis.scala:
##########
@@ -3852,6 +3853,17 @@ class KafkaApis(val requestChannel: RequestChannel,
         if (exception != null) {
           requestHelper.sendMaybeThrottle(request, 
consumerGroupDescribeRequest.getErrorResponse(exception))
         } else {
+          if (request.header.apiVersion >= 3 && includeAuthorizedOperations) {

Review Comment:
   I suppose that we don't need the version check because this API only has 
version zero.



-- 
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]

Reply via email to