aiquestion commented on PR #12348:
URL: https://github.com/apache/kafka/pull/12348#issuecomment-1167098794

   @showuon Yes. 
   And Cooperative rebalance will make REBALANCE_IN_PROGRESS happens more 
often, because:  after every consumer joined the group (joinGroupResponse) and 
leader send syncGroup, group state will change to `Stable`. If some consumer 
call send syncGroup and got the assignment and cause it to revoke partition, it 
will do a re-join according to the Cooperative protocol, and group state will 
change to `preparingRebalancing`.


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