This is an automated email from the ASF dual-hosted git repository.

yangyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new d8db0c8  [ISSUE #158]Translate Chinese comments in the Zookeeper 
module to English (#159)
d8db0c8 is described below

commit d8db0c89ac0420a019cf73396a0ad44f24c0bfed
Author: mxsm <[email protected]>
AuthorDate: Sat Oct 7 23:14:57 2023 +0800

    [ISSUE #158]Translate Chinese comments in the Zookeeper module to English 
(#159)
---
 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 e8c2c5c..bcccdc4 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])
 

Reply via email to