rreddy-22 commented on code in PR #15785:
URL: https://github.com/apache/kafka/pull/15785#discussion_r1580133686
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/assignor/RangeAssignorTest.java:
##########
@@ -687,7 +688,7 @@ public void
testReassignmentWhenMultipleSubscriptionsRemovedAfterInitialAssignme
currentAssignmentForC
));
- AssignmentSpec assignmentSpec = new AssignmentSpec(members);
+ AssignmentSpec assignmentSpec = new AssignmentSpec(members,
HETEROGENEOUS);
Review Comment:
Yeah it covers it. Nothing changed in the hetero path anyways
--
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]