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

Support BandwidthLimiting #4338

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Support BandwidthLimiting #4338

wants to merge 3 commits into from

Conversation

bjlhlin
Copy link

@bjlhlin bjlhlin commented Sep 26, 2024

What type of PR is this?

feat:Support BandwidthLimiting

What this PR does / why we need it:
Support BandwidthLimiting

Which issue(s) this PR fixes:

Fixes #4328

@bjlhlin bjlhlin requested a review from a team as a code owner September 26, 2024 10:31
@bjlhlin bjlhlin changed the title V7.0 Support BandwidthLimiting Sep 26, 2024
@zhaohuabing
Copy link
Member

zhaohuabing commented Sep 27, 2024

@bjlhlin thanks for working on this!

I think we don't need a standalone BandwidthLimitPolicy for this. BandwidthLimiting can be incorporated into the BackendTrafficPolicy, similar to RateLimit.

additionally, please submit an API PR first. Reaching consensus on the API before implementation can save your time and prevent potential misdirection in the implementation process.

@zhaohuabing
Copy link
Member

@bjlhlin could you please remove the implementation part and only leave the API?

Implementation can be added in a follow-up PR.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support BandwidthLimiting
2 participants