From 8a4bb260bd700649187612dea93d24fedf577fb4 Mon Sep 17 00:00:00 2001 From: mxsm Date: Thu, 21 Sep 2023 06:43:12 +0000 Subject: [PATCH] [ISSUE #158]Translate Chinese comments in the Zookeeper module to English --- registry/zookeeper/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/zookeeper/src/lib.rs b/registry/zookeeper/src/lib.rs index e8c2c5ce..bcccdc49 100644 --- a/registry/zookeeper/src/lib.rs +++ b/registry/zookeeper/src/lib.rs @@ -41,7 +41,7 @@ use dubbo::{ StdError, }; -// 从url中获取服务注册的元数据 +// Get metadata of a service registration from a URL // rawURL = fmt.Sprintf("%s://%s%s?%s", c.Protocol, host, c.Path, s) // dubboPath = fmt.Sprintf("/%s/%s/%s", r.URL.GetParam(constant.RegistryGroupKey, "dubbo"), r.service(c), common.DubboNodes[common.PROVIDER])