ableegoldman commented on a change in pull request #8596:
URL: https://github.com/apache/kafka/pull/8596#discussion_r418794862



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java
##########
@@ -1423,22 +1434,44 @@ public void onAssignment(final Assignment assignment, 
final ConsumerGroupMetadat
         taskManager.handleAssignment(activeTasks, info.standbyTasks());
     }
 
+    private void maybeScheduleFollowupRebalance(final long 
encodedNextScheduledRebalanceMs,

Review comment:
       Here we check for and log all the possible reasons for a followup 
rebalance to be scheduled on this consumer. It should be clear whether (and 
why) a rebalance is required by looking at the logs of either the group leader 
or the member(s) requesting the rebalance.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to