grpc-go
grpc-go copied to clipboard
Cleanup usages of resolver.Target.Authority
resolver.Target.Authority
is marked as deprecated, and we added resolver.Target.URL
which is the more preferred way of getting to the details of the parsed target.
Codebase needs to be inspected for usages of resolver.Target.Authority
and replaced with resolver.Target.URL.Host
.
I worked on cleaning up some tests: submitted PR #5858
According to #5754, #5761 should close this issue, so marking this as closed.