squah-confluent commented on code in PR #21700:
URL: https://github.com/apache/kafka/pull/21700#discussion_r2912978150
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java:
##########
@@ -22611,11 +22619,6 @@ public void
testConsumerGroupMemberJoinsWithRegexAndUpdatesItBeforeResolutionCom
List<CoordinatorRecord> expectedRecords = List.of(
// The member subscription is created.
GroupCoordinatorRecordHelpers.newConsumerGroupMemberSubscriptionRecord(groupId,
expectedMember1),
- // The group epoch is bumped.
- GroupCoordinatorRecordHelpers.newConsumerGroupEpochRecord(groupId,
1, 0),
- // The target assignment is created.
-
GroupCoordinatorRecordHelpers.newConsumerGroupTargetAssignmentRecord(groupId,
memberId1, Map.of()),
-
GroupCoordinatorRecordHelpers.newConsumerGroupTargetAssignmentMetadataRecord(groupId,
1, context.time.milliseconds()),
Review Comment:
Added a comment
--
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]