-
Notifications
You must be signed in to change notification settings - Fork 592
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
[CORE-2741] Client Quotas: support dynamic rate configuration #18693
[CORE-2741] Client Quotas: support dynamic rate configuration #18693
Conversation
Signed-off-by: Ben Pope <ben@redpanda.com>
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.
Minor comments only, but otherwise the approach looks good to me
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.
looks good. couple of small things and a question about tests.
Signed-off-by: Ben Pope <ben@redpanda.com>
06fcf7d
to
052e7d8
Compare
Signed-off-by: Ben Pope <ben@redpanda.com>
052e7d8
to
b8216f1
Compare
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
Client quota configuration is now dynamic.
Previously, changes to the rate would not be taken into account for existing tracked clients.
Backports Required
Release Notes
Improvements