-
Notifications
You must be signed in to change notification settings - Fork 601
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-2701 Quotas: remove client quota cluster configs #24697
Conversation
As promised in the v24.2 release, with v25.1 the cluter-config-based approach of configuring client quotas is removed.
This was a helper for the cluster-config-based tests. It is no longer relevant and so can be removed to simplify.
Renumber the values used in `quota_translator_priority_order` to make the test simpler to reason about now that the config-based quotas have been removed.
dee70ef
to
572132d
Compare
This is ready for review now that #24696 has been merged. (force-push: rebase) |
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.
Love negative sloc reviews
CI test resultstest results on build#60489
test results on build#60506
|
/ci-repeat 1 |
Retry command for Build#60506please wait until all jobs are finished before running the slash command
|
As promised since the v24.2 release, with v25.1, the cluster-configuration-based client quotas are removed:
Fixes https://redpandadata.atlassian.net/browse/CORE-8711
Backports Required
Release Notes
Features