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


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/OffsetMetadataManager.java:
##########
@@ -528,7 +529,11 @@ private CommitPartitionValidator 
validateTransactionalOffsetCommit(
                 // facility. In this case, a so-called simple group is created 
and the request
                 // is accepted.
                 group = 
groupMetadataManager.getOrMaybeCreateClassicGroup(request.groupId(), true);
+            } else if 
(TxnOffsetCommitRequest.supportsGroupIdNotFoundError((short) 
context.requestVersion())) {

Review Comment:
   Yeah, not sure why we used an int in AuthorizableRequestContext. It seems to 
be a mistake to me.



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