rreddy-22 opened a new pull request, #14416: URL: https://github.com/apache/kafka/pull/14416
This module contains code for the implementation of the Optimized Uniform Rack Aware Assignor. The files added are: Uniform Assignor: Parent class with common functionality, general and optimized assignors extend this class. Abstract Uniform Assignment Builder: Abstract class for assignment builder with generic methods and rack info class. Optimized Uniform Assignment Builder: Used when all the topic subscriptions are equal for all members in the consumer group. General Uniform Assignment Builder: Used in cases where topic subscriptions are different. Not fully implemented in this module. The file contains the basics required for the Uniform Assignor to run. Tests added to ensure that first time assignments and reassignments take place as expected. -- 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]
