lucasbru commented on code in PR #20600:
URL: https://github.com/apache/kafka/pull/20600#discussion_r2419157008
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java:
##########
@@ -16801,7 +16903,7 @@ public void
testStreamsGroupMemberRequestingShutdownApplicationUponLeaving() {
context.replay(record);
}
assignor.prepareGroupAssignment(
- Map.of(memberId1, TasksTuple.EMPTY)
+ Map.of(memberId2, TasksTuple.EMPTY)
Review Comment:
This was a bug in the test. We prepare an assignment for `memberId1` here,
but then heartbeat with `memberId2`, which doesn't make sense.
--
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]