lucasbru commented on code in PR #23314:
URL: https://github.com/apache/kafka/pull/23314#discussion_r3917945560


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/assignor/StickyTaskAssignorTest.java:
##########
@@ -1660,6 +1691,15 @@ private MemberMetadataAndStateImpl createMemberMetadata(
         final String processId,
         final Map<String, Set<Integer>> prevActiveTasks,
         final Map<String, Set<Integer>> prevStandbyTasks
+    ) {
+        return createMemberMetadata(processId, prevActiveTasks, 
prevStandbyTasks, Map.of());

Review Comment:
   I'd rather inline this (not make add an overload), so that we see which 
tests now do not cover warmup tasks



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