You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gRPC implementations of CSDS were enhanced by gRFC A71 to support fallback, and do so by setting client_scope on the ClientConfig. That requires returning multiple ClientConfig messages, one for each client_scope.
As seen when investigating b/394850611 after a grpc-java upgrade.
grpcdebug expects only a single ClientConfig from
FetchClientStatus
, and fails with "Received unexpected number of ClientConfig" when more than one is found.gRPC implementations of CSDS were enhanced by gRFC A71 to support fallback, and do so by setting
client_scope
on theClientConfig
. That requires returning multipleClientConfig
messages, one for eachclient_scope
.As seen when investigating b/394850611 after a grpc-java upgrade.
CC @markdroth, @dfawley
The text was updated successfully, but these errors were encountered: