We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7b108f + c64548f commit 7f3195fCopy full SHA for 7f3195f
cluster-api/src/main/java/io/scalecube/cluster/Member.java
@@ -137,7 +137,7 @@ public String toString() {
137
if (alias == null) {
138
return stringJoiner.add(namespace).add(id + "@" + address).toString();
139
} else {
140
- return stringJoiner.add(namespace).add(alias + "-" + id + "@" + address).toString();
+ return stringJoiner.add(namespace).add(alias + ":" + id + "@" + address).toString();
141
}
142
143
0 commit comments