balancer: enable GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES by default#9017
Merged
Pranjali-2501 merged 4 commits intogrpc:masterfrom Apr 15, 2026
Merged
Conversation
GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES for case-sensitive registry.GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES by default for case-sensitive registry.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9017 +/- ##
==========================================
- Coverage 82.99% 82.82% -0.18%
==========================================
Files 411 413 +2
Lines 32917 33404 +487
==========================================
+ Hits 27319 27666 +347
- Misses 4196 4253 +57
- Partials 1402 1485 +83
🚀 New features to boost your workflow:
|
GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES by default for case-sensitive registry.GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES by default
easwars
reviewed
Mar 26, 2026
easwars
reviewed
Apr 13, 2026
easwars
approved these changes
Apr 14, 2026
Contributor
|
The release notes need to be updated. They are wrong. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #5288
Follow up of PR: #8837
This PR enabled the env variable GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES by default to transition balancer registries to be case-sensitive.
RELEASE NOTES: