Open
Description
address.Metadata
is deprecated and replaced by address.Attributes
.
The current usage of address.Metadata
in gRPC includes:
- grpclb, to pass rpc Metadata
- weighted round robin, to pass weights
This issue is to track removing of these usages, and use address.Attributes
instead.