Skip to content
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

Share admission control filter across routes #2070

Open
amorimdecoelho opened this issue Aug 29, 2022 · 0 comments
Open

Share admission control filter across routes #2070

amorimdecoelho opened this issue Aug 29, 2022 · 0 comments
Assignees

Comments

@amorimdecoelho
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, the admission control filter can be used for load shedding and protecting some resources. Some applications have multiple routes, which could be grouped by impacted resources. It's not currently possible to benefit from this resource grouping and each route creates its own admission control filter, having its own counters, making the setup more complex, e.g. min rps, and enabling a situation in which only a few routes of the same resource are being load shedded.

Describe the solution you would like
It should be possible to share an admission control filter across routes, e.g. by specifying a group id shared among admission control filters, indicating that they share the same counters / are the same instance.

Describe alternatives you've considered (optional)

Additional context (optional)

Would you like to work on it?
No

@szuecs szuecs self-assigned this Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants