Menghan Li
Menghan Li
@johanbrandhorst No, this behavior didn't change in 1.19. I also don't recognize the bytes... Does it work with 1.18? Is the client a simple client?
cc @dfawley
https://github.com/grpc/grpc-go/pull/4767/checks?check_run_id=3747445922
https://github.com/grpc/grpc-go/runs/5415667815?check_suite_focus=true
https://github.com/grpc/grpc-go/runs/5562000268?check_suite_focus=true
@markdroth Do you remember what's the reason for monitoring the channel's connectivity state? What problem is not covered by errors when the ADS stream is broken?
cc @alazarev FYI the way to pass address weights in weighted-round-robin is changing. The weights will be in attributes, instead of metadata, see the change [here](https://github.com/grpc/grpc-go/pull/3530/files#diff-cb00d2532abb250e66bbebbc067856a6R280) The plan is to...
The main reason to deprecate `WithBalancerName` is to avoid having two ways to do the same thing. Reason for `json` is that it's the service config format agreed upon by...
Would using https://pkg.go.dev/cloud.google.com/go/compute/metadata#OnGCE solve the problem?
#5348 changes `OnGCE` to check for the prefix. A separate issue should be filed to update [pkg.go.dev/cloud.google.com/go/compute/metadata#OnGCE](https://pkg.go.dev/cloud.google.com/go/compute/metadata#OnGCE) We can switch to `metadata.OnGCE()` if necessary. The concern is that it pulls...