This is the discussion thread for the proposal at https://github.com/grpc/proposal/pull/100.
The proposal provides a way to treat errors in service configs. If a service config (JSON formatted) received is badly formatted or contains invalid values for known fields, the client should ignore that service config in its entirety. Unknown fields in the service config should be ignored. If there was a service config that the client was previously using, it shall continue using those parameters when communicating with the service. If there was no service config being used, then the client shall continue behaving as if it never received a service config update from the resolver. On the other hand, if it is a new client, then the client should fail to start, i.e., not act on the resolution result till a valid service config is received. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/ac19d25a-752a-4cd6-a495-8c714121d372%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
