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

Node-wide rate limits #7855

Closed
dlex opened this issue Dec 20, 2022 · 0 comments · Fixed by #8335
Closed

Node-wide rate limits #7855

dlex opened this issue Dec 20, 2022 · 0 comments · Fixed by #8335
Assignees
Labels
area/kafka kind/enhance New feature or request

Comments

@dlex
Copy link
Contributor

dlex commented Dec 20, 2022

Problem

Currently, most of our rate limits are shard local. This is sufficient for "protective" rate limits that control a workload's impact on shard-local resources, but insufficient for protecting shared node-wide resources, such as disk.

Who is this for and what problem do they have today?

A customer who wants to protect Redpanda node resources like network bandwith and disk from overloading by thoughput unbound clients on both ingress and egress sides.

Solution

New parameters are defined to limit ingress and egress rate limits. Both these limits are node wide, and they are distributed across node shards in the way that the connections may use them efficiently.

Additional notes

This issue sets ground for #6453.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kafka kind/enhance New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant