google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

fix(pubsub): respect gRPC dial option when PUBSUB_EMULATOR_HOST is set

Open toga4 opened this issue 10 months ago • 0 comments

Fixes #10039

This implementation was based on the following implementation of Spanner Client.

https://github.com/googleapis/google-cloud-go/blob/4d85153b345881127b25262c69c57314d84ca6c0/spanner/client.go#L252-L261

toga4 avatar Apr 25 '24 05:04 toga4