feat: Add WeightedZones to PreferLocalZones#7251
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7251 +/- ##
==========================================
- Coverage 73.55% 73.53% -0.03%
==========================================
Files 242 242
Lines 36949 37000 +51
==========================================
+ Hits 27178 27208 +30
- Misses 7851 7867 +16
- Partials 1920 1925 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/retest |
1 similar comment
|
/retest |
|
Bump here please |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
Bump here |
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/retest |
1 similar comment
|
/retest |
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
Signed-off-by: jukie <10012479+Jukie@users.noreply.github.com>
Signed-off-by: Isaac Wilson <isaac.wilson514@gmail.com>
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
|
/retest |
Signed-off-by: Isaac Wilson <isaac.wilson514@gmail.com>
|
/retest |
|
/retest |
|
/retest |
|
@arkodg should I wait on #7407 before merging? #7407 (comment) |
|
didnt see any changes being pushed on #7407, so lets get this in before that happens |
|
/retest |
* API: Add WeightedZones to PreferLocalZones Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
* API: Add WeightedZones to PreferLocalZones Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
What this PR does / why we need it:
Adds support for configuring zone weights which would be applied as localityLbConfig in lb policies that support it or localityWeightedLbConfig alongside ConsistentHashing lb policy.
Which issue(s) this PR fixes:
Fixes #5650
Release Notes: Yes