jeffkbkim commented on pull request #11571: URL: https://github.com/apache/kafka/pull/11571#issuecomment-989475604
@dajac the errors come from https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/KafkaApis.scala#L1833: ``` new LeaveGroupResponse( memberResponses.asJava, leaveGroupResult.topLevelError, requestThrottleMs, leaveGroupRequest.version) ``` where we pass in the leave group request version to create the leave group response. is this behavior expected? if so, should we update the valid versions in LeaveGroupResponse.json from 0-4 to 0-5? (5 is the new version in LeaveGroupRequest from KIP-800) -- 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