-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
grpc: Add endpoints in resolverWrapper.NewAddress #8149
grpc: Add endpoints in resolverWrapper.NewAddress #8149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8149 +/- ##
=======================================
Coverage 82.30% 82.31%
=======================================
Files 389 392 +3
Lines 39125 39140 +15
=======================================
+ Hits 32203 32218 +15
- Misses 5594 5595 +1
+ Partials 1328 1327 -1
🚀 New features to boost your workflow:
|
scripts/vet.sh
Outdated
XXXXX PleaseIgnoreUnused | ||
NewAddress is deprecated:' |
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.
XXXXX PleaseIgnoreUnused | |
NewAddress is deprecated:' | |
NewAddress is deprecated: | |
XXXXX PleaseIgnoreUnused' |
That last line is there to avoid need to move the '
around. Also, let's try to keep this list sorted, so actually, please move this to right before NewSubConn is deprecated:
.
Fixes: #8146
The resolver wrapper has code in the UpdateState method to convert Addresses to Endpoints, but this handling was missing in the NewAddresses API. This PR adds it.
RELEASE NOTES: