-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR: Rename uniform assignor's internal builders #16233
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
...p-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/UniformAssignor.java
Show resolved
Hide resolved
...p-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/UniformAssignor.java
Outdated
Show resolved
Hide resolved
...p-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/UniformAssignor.java
Outdated
Show resolved
Hide resolved
.../main/java/org/apache/kafka/coordinator/group/assignor/AbstractUniformAssignmentBuilder.java
Outdated
Show resolved
Hide resolved
Thanks, @rreddy-22. I addressed your comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dajac nice patch. one small suggestion :)
...ain/java/org/apache/kafka/coordinator/group/assignor/UniformHomogenousAssignmentBuilder.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I have re-trigger QA |
This patch renames the uniform assignor's builders to match the `SubscriptionType` which is used to determine which one is called. It removes the abstract class `AbstractUniformAssignmentBuilder` which is not necessary anymore. It also applies minor refactoring. Reviewers: Ritika Reddy <[email protected]>, Chia-Ping Tsai <[email protected]>
Merged to trunk and to 3.8. |
This patch renames the uniform assignor's builders to match the `SubscriptionType` which is used to determine which one is called. It removes the abstract class `AbstractUniformAssignmentBuilder` which is not necessary anymore. It also applies minor refactoring. Reviewers: Ritika Reddy <[email protected]>, Chia-Ping Tsai <[email protected]>
This patch renames the uniform assignor's builders to match the
SubscriptionType
which is used to determine which one is called. It removes the abstract classAbstractUniformAssignmentBuilder
which is not necessary anymore. It also applies minor refactoring.Committer Checklist (excluded from commit message)