router: add metadata to routes (#1763)
* router: add metadata to route * router/registry: set node metadata in route * router/service: pass metadata to/from router service
This commit is contained in:
@@ -130,4 +130,6 @@ message Route {
|
||||
string link = 6;
|
||||
// the metric / score of this route
|
||||
int64 metric = 7;
|
||||
// metadata for the route
|
||||
map<string,string> metadata = 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user