mjsax commented on code in PR #21110:
URL: https://github.com/apache/kafka/pull/21110#discussion_r2604709780


##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/StreamsRebalanceListenerInvokerTest.java:
##########
@@ -262,8 +262,8 @@ private StreamsRebalanceData.Assignment 
createMockAssignment() {
         Set<StreamsRebalanceData.TaskId> activeTasks = createMockTasks();
         Set<StreamsRebalanceData.TaskId> standbyTasks = Set.of();
         Set<StreamsRebalanceData.TaskId> warmupTasks = Set.of();
-        
-        return new StreamsRebalanceData.Assignment(activeTasks, standbyTasks, 
warmupTasks);
+
+        return new StreamsRebalanceData.Assignment(activeTasks, standbyTasks, 
warmupTasks, false);

Review Comment:
   Why do we use `false` here -- would have expected `true`?



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