mjsax opened a new pull request, #22658: URL: https://github.com/apache/kafka/pull/22658
Stacked on top of https://github.com/apache/kafka/pull/22644 Part of KIP-1071. After an assignment is computed, we need to refine it to apply warmup tasks. This PR adds the basic control flow into the refiner method; The actual refiner logic will be added in a follow up PR; for now, we just return the unmodified assignment. The refiner needs access to the whole group assignment, not just the assignment of a single member. Thus, the PR contains some minor refactoring for it. -- 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]
