gabriellefu opened a new pull request, #23482: URL: https://github.com/apache/kafka/pull/23482
The original sticky assignor in streams group didn't aware of stateless/stateful assignor, which can cause some member assigned a lot of stateful active task while some assigned a lot of stateless tasks, cause the later member being stale This pr change the assign order, first stateful active tasks are assigned, then stateless active tasks, then standby tasks. Each type of capacity are calculated to ensure each member can have a "balanced" number of each type of tasks. -- 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]
