-
Notifications
You must be signed in to change notification settings - Fork 14.8k
KAFKA-18710: Move DynamicClientQuotaPublisher to metadata module #20642
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
Conversation
|
I think that |
chia7712
left a comment
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.
@see-quick thanks for this patch
| /** | ||
| * Interface for updating client quotas based on metadata changes. | ||
| */ | ||
| public interface ClientQuotaUpdater { |
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.
Could it be replaced by Consumer<ClientQuotasDelta>?
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.
I tried to update it, and it seems to work also with Consumer<ClientQuotasDelta> change. Let me know what you think.
metadata/src/main/java/org/apache/kafka/metadata/publisher/DynamicClientQuotaPublisher.java
Outdated
Show resolved
Hide resolved
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
55c7df8 to
9a0df3a
Compare
…he#20642) This PR moves yet another publisher to the metadata module. Fixes [1]. [1] - https://issues.apache.org/jira/browse/KAFKA-18710 Reviewers: Chia-Ping Tsai <[email protected]>
This PR moves yet another publisher to the metadata module. Fixes [1].
[1] - https://issues.apache.org/jira/browse/KAFKA-18710
Reviewers: Chia-Ping Tsai [email protected]