dongnuo123 commented on code in PR #16371:
URL: https://github.com/apache/kafka/pull/16371#discussion_r1643119465
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -1555,69 +1538,52 @@ private CoordinatorResult<Void, CoordinatorRecord>
classicGroupJoinToConsumerGro
throwIfConsumerGroupIsFull(group, memberId);
throwIfClassicProtocolIsNotSupported(group, memberId,
request.protocolType(), protocols);
+ if (instanceId == null && isUnknownMember &&
JoinGroupRequest.requiresKnownMemberId(context.apiVersion())) {
+ // A dynamic member required a member id joins the group. Send
back a response to call for another
Review Comment:
nit: A dynamic member requiring a member id joins the group
--
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]