Fix Service Discovery Port Match (#10606)
This commit is contained in:
parent
4146487b79
commit
631d3fc26f
|
|
@ -735,7 +735,7 @@ public class MetadataInfo implements Serializable {
|
|||
}
|
||||
|
||||
public String toDescString() {
|
||||
return this.getMatchKey() + path + new TreeMap<>(getParams());
|
||||
return this.getMatchKey() + port + path + new TreeMap<>(getParams());
|
||||
}
|
||||
|
||||
public void addParameter(String key, String value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue