提交 c9197279 编写于 作者: H haocao

Fixed etcd useless / issue.

上级 bc787c52
......@@ -182,7 +182,7 @@ public final class EtcdRegistryCenter implements RegistryCenter {
}
private String getFullPathWithNamespace(final String path) {
return String.format("/%s/%s", etcdConfig.getNamespace(), path);
return String.format("/%s%s", etcdConfig.getNamespace(), path);
}
private ByteString getRangeEnd(final String key) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册