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
It currently has a field for the LRS server config which is an enum that represents whether LRS is ON or OFF, and in the case where it is to be ON, the load reports are sent to the same server from which the resource was received.
A71 (xDS client fallback) adds supports for multiple server configs per xDS authority. This means that the actual server config corresponding to the server from which the Cluster resource was received needs to be communicated from the xDS transport layer to the xDS data model layer.
Every resource type in the data model layer implements a Decode method defined here:
xdsresource.ClusterUpdate
is the internal representation of aCluster
resource received from the xDS management server.grpc-go/xds/internal/xdsclient/xdsresource/type_cds.go
Line 56 in 4f03f3f
Cluster
resource was received needs to be communicated from the xDS transport layer to the xDS data model layer.Decode
method defined here:grpc-go/xds/internal/xdsclient/xdsresource/resource_type.go
Line 108 in 4f03f3f
Cluster
resource implementation in the data model layer will use this field to populate the LRS server config.cds
LB policy to populate the LRS server config needs to be removed.The text was updated successfully, but these errors were encountered: