grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

Cleanup usages of resolver.Target.Authority

Open easwars opened this issue 2 years ago • 2 comments

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.

easwars avatar Nov 15 '22 21:11 easwars

I worked on cleaning up some tests: submitted PR #5858

ramil600 avatar Dec 12 '22 10:12 ramil600

According to #5754, #5761 should close this issue, so marking this as closed.

ginayeh avatar Jun 02 '23 21:06 ginayeh