jolshan commented on code in PR #12855: URL: https://github.com/apache/kafka/pull/12855#discussion_r1035407440
########## core/src/main/scala/kafka/server/KafkaApis.scala: ########## @@ -190,7 +190,7 @@ class KafkaApis(val requestChannel: RequestChannel, case ApiKeys.HEARTBEAT => handleHeartbeatRequest(request) case ApiKeys.LEAVE_GROUP => handleLeaveGroupRequest(request) case ApiKeys.SYNC_GROUP => handleSyncGroupRequest(request, requestLocal) - case ApiKeys.DESCRIBE_GROUPS => handleDescribeGroupRequest(request) + case ApiKeys.DESCRIBE_GROUPS => handleDescribeGroupsRequest(request) Review Comment: I see we changed this to be plural -- was the reasoning because of the API? -- 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