-
Notifications
You must be signed in to change notification settings - Fork 581
feat: Add support for upstream PreconnectPolicy #7288
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
Conversation
0594790 to
98fce1b
Compare
98fce1b to
1ebcc6e
Compare
Signed-off-by: jukie <[email protected]>
1ebcc6e to
6d9b3ad
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7288 +/- ##
==========================================
- Coverage 72.00% 72.00% -0.01%
==========================================
Files 230 230
Lines 33347 33370 +23
==========================================
+ Hits 24012 24028 +16
- Misses 7589 7594 +5
- Partials 1746 1748 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/retest |
|
/retest |
1 similar comment
|
/retest |
Signed-off-by: jukie <[email protected]>
Signed-off-by: Isaac <[email protected]>
Signed-off-by: jukie <[email protected]>
|
/retest |
2 similar comments
|
/retest |
|
/retest |
Signed-off-by: jukie <[email protected]>
Signed-off-by: jukie <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
|
/retest |
1 similar comment
|
/retest |
* preconnect policy Signed-off-by: jukie <[email protected]> * adjust fields Signed-off-by: jukie <[email protected]> * lint Signed-off-by: jukie <[email protected]> * descriptions, naming, and perEndpointPercent min vs max Signed-off-by: jukie <[email protected]> * test case and description tweak Signed-off-by: jukie <[email protected]> --------- Signed-off-by: jukie <[email protected]> Signed-off-by: Isaac <[email protected]> Signed-off-by: Lin Moskovitch <[email protected]>
What this PR does / why we need it:
Adds support for Envoy PreconnectPolicy which allows users to configure proactive upstream connections to avoid connection overhead in latency sensitive services.
Which issue(s) this PR fixes:
Fixes #7254
Release Notes: Yes