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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/StreamsMembershipManager.java:
##########
@@ -952,11 +988,14 @@ private void leaving() {
      * @param activeTasks Target active tasks assignment received from the 
broker.
      * @param standbyTasks Target standby tasks assignment received from the 
broker.
      * @param warmupTasks Target warm-up tasks assignment received from the 
broker.
+     * @param isGroupReady True if the group is ready, false otherwise.
      */
     private void processAssignmentReceived(Map<String, SortedSet<Integer>> 
activeTasks,
                                            Map<String, SortedSet<Integer>> 
standbyTasks,
-                                           Map<String, SortedSet<Integer>> 
warmupTasks) {
-        replaceTargetAssignmentWithNewAssignment(activeTasks, standbyTasks, 
warmupTasks);
+                                           Map<String, SortedSet<Integer>> 
warmupTasks,
+                                           boolean isGroupReady
+                                           ) {

Review Comment:
   Fixed



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