- Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
grpc-go/internal/xds/bootstrap/bootstrap.go
Line 272 in 317271b
| ServerFeatures []string `json:"server_features,omitempty"` |
Per A30:
// A list of features supported by the server. New values will // be added over time. For forward compatibility reasons, the // client will ignore any entry in the list that it does not // understand, ***regardless of type***. (*'s added for emphasis)
We need to not fail to parse if other types are encountered here.