extensions: add http bandwidth limit filter#14096
extensions: add http bandwidth limit filter#14096nitgoy wants to merge 53 commits intoenvoyproxy:mainfrom
Conversation
|
Hi @nitgoy, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
tonya11en
left a comment
There was a problem hiding this comment.
Looks great!
You'll want to see how other filters implement their config as an alpha version so the proto isn't locked in.
Let's use this PR for the whole filter review! I'll stand by for the rest of it. Thanks for doing this.
api/envoy/extensions/filters/http/bandwidth_limit/v3/bandwidth_limit.proto
Show resolved
Hide resolved
api/envoy/extensions/filters/http/bandwidth_limit/v3/bandwidth_limit.proto
Outdated
Show resolved
Hide resolved
api/envoy/extensions/filters/http/bandwidth_limit/v3/bandwidth_limit.proto
Outdated
Show resolved
Hide resolved
api/envoy/extensions/filters/http/bandwidth_limit/v3/bandwidth_limit.proto
Outdated
Show resolved
Hide resolved
1526a7e to
1f11d00
Compare
Signed-off-by: Nitin <nigoyal@microsoft.com>
Signed-off-by: Nitin <nigoyal@microsoft.com>
Signed-off-by: Nitin <nigoyal@microsoft.com>
Signed-off-by: Nitin <nigoyal@microsoft.com> Signed-off-by: Nitin Goyal <nrk.goyal@gmail.com>
Signed-off-by: Nitin <nigoyal@microsoft.com> Signed-off-by: Nitin Goyal <nrk.goyal@gmail.com>
Signed-off-by: Nitin <nigoyal@microsoft.com> Signed-off-by: Nitin Goyal <nrk.goyal@gmail.com>
…m rate limiter Signed-off-by: Nitin <nigoyal@microsoft.com>
…ate limiter Signed-off-by: Nitin <nigoyal@microsoft.com>
Signed-off-by: Nitin <nigoyal@microsoft.com>
Signed-off-by: Nitin <nigoyal@microsoft.com>
|
Sorry I haven't looked at this yet, but will put this in waiting until the base PRs are merged and then we can circle back. /wait |
|
Hi guys! |
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
api/envoy/extensions/filters/http/bandwidth_limit/v3alpha/bandwidth_limit.proto
Outdated
Show resolved
Hide resolved
api/envoy/extensions/filters/http/bandwidth_limit/v3alpha/bandwidth_limit.proto
Outdated
Show resolved
Hide resolved
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
|
I have opened a replacement PR for this one after addressing most of the comments: #16358. I was running into some DCO issues which were getting non-trivial to fix. Please take a look at the new PR, will close this one. |
Commit Message: adds bandwidth limit filter core functionality and UTs
Additional Description: the filter smoothens the flow of data in both direction up to the specified bandwidth limit.
Risk Level:
Testing: UTs added. Adding more UTs and integration tests.
Docs Changes: Pending
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #13604]
[Optional Deprecated:]