Add the missing address metadata
This commit is contained in:
@ -166,6 +166,7 @@ func (rr *roundRobin) watchAddrUpdates() error {
|
|||||||
for _, update := range updates {
|
for _, update := range updates {
|
||||||
addr := Address{
|
addr := Address{
|
||||||
Addr: update.Addr,
|
Addr: update.Addr,
|
||||||
|
Metadata: update.Metadata,
|
||||||
}
|
}
|
||||||
switch update.Op {
|
switch update.Op {
|
||||||
case naming.Add:
|
case naming.Add:
|
||||||
|
Reference in New Issue
Block a user