Closed
Description
What version of gRPC are you using?
v1.62.1
What version of Go are you using (go version
)?
go1.20
What operating system (Linux, Windows, …) and version?
Linux/Mac
What did you do?
I simply updated my grpc version to the latest, as I saw in the release, this PR #6997
caused this.
What did you expect to see?
This is a breaking change, all services will start to fail if you try to find your service discovery path. There should be some way to fix this instead of returning an error.
What did you see instead?
rpc error: code = Unavailable desc = last resolver error: no matching virtual host found for "exampleService"