flashmouse commented on PR #13920:
URL: https://github.com/apache/kafka/pull/13920#issuecomment-1611815006

   @dajac 
   we haven't seen such many rebalance times before, we before use 
CooperativeSticky with kafka-client 3.0.0, rebalance times increase very slight.
   
   but we are not use kafka-client 3.5 directly because 
CooperativeStickyAssignor  in 3.5 need upgrad server to 3.5 too if need 
rack-aware assign logic and we couldn't upgrade server right now so we move 
AbstractStickyAssignor and CooperativeStickyAssignor logic to our application 
and move the rackInfo to userData. although we have passd all unit test in 
kafka-client after do this change, we still doubt whether this change caused 
rebalance time increase so we're keeping check.
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to