-
Notifications
You must be signed in to change notification settings - Fork 37
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
Improvements to RateLimitPolicy #133
Labels
Comments
In my opinion, the simple limit should look like this:
|
Yes as something that applies to all requests on the target this reads well to me. As discussed on the call, it seemed possible for the kuadrant controller to be able to generate a descriptor if there were none present and could use the namespace and resource name as that key |
Tested, PR: Kuadrant/testsuite#202 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the minimal working example (At least what I could do) looks like this. However, this could be much easier for the simple limit I want to enforce.
Notable problems:
configurations
cannot be empty or the rate limit won't work, and it is not always neededconditions
andvariables
are not required but need to be specified at least as an empty list:Please let me know what you think. These are just what I see as problems from my perspective.
The text was updated successfully, but these errors were encountered: