Skip to content
Snippets Groups Projects
Commit 13ddaccd authored by vito.he's avatar vito.he
Browse files

Mod:rm chinese

parent ade85d64
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,6 @@ func (r *zkRegistry) register(c common.URL) error {
if c.Path == "" || len(c.Methods) == 0 {
return perrors.Errorf("conf{Path:%s, Methods:%s}", c.Path, c.Methods)
}
// 先创建服务下面的provider node
dubboPath = fmt.Sprintf("/dubbo/%s/%s", r.service(c), common.DubboNodes[common.PROVIDER])
r.cltLock.Lock()
err = r.client.Create(dubboPath)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment