Fix Service Discovery Port Match (#10606)

This commit is contained in:
Albumen Kevin 2022-09-13 18:50:27 +08:00 committed by GitHub
parent 4146487b79
commit 631d3fc26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {