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
In order to support service topology, the destination svc needs to know the source of the traffic. This is done through a node locality token, that is sent by the proxy as part of its Destination.Get call.
To support the extra field, the protocol buffer(s) in the proxy-api need to be changed to include the source node name.
Acceptance Criteria
Change destination.proto to include in Destination.Get the new source_node string field.
Re-generate client code for the gRPC bindings so that the source_node has all of its getter methods accessible by the destination svc
The text was updated successfully, but these errors were encountered:
Link to RFC
Problem Statement
In order to support service topology, the
destination svc
needs to know the source of the traffic. This is done through a node locality token, that is sent by the proxy as part of itsDestination.Get
call.To support the extra field, the protocol buffer(s) in the
proxy-api
need to be changed to include the source node name.Acceptance Criteria
destination.proto
to include inDestination.Get
the newsource_node
string field.source_node
has all of its getter methods accessible by thedestination svc
The text was updated successfully, but these errors were encountered: