DaveWang-CN commented on pull request #1655:
URL: https://github.com/apache/dubbo-go/pull/1655#issuecomment-988537382


   问题1 ContextPath 的路径长度不一定是1,如 addrees 可配置为:"nacos.io:80/tns-api/nacos"
   
   问题2 我在源码中写死ContextPath为/tns-api/nacos,启动日志出现异常
   
            ERROR   protocol/protocol.go:200        provider service 
dubbo://:@:20000/?interface=org.apache.dubbo.LiveProvider&group=&version= 
register registry 
nacos://:@nacos.io:80/?interface=tns-api/nacos&group=&version= error, error 
message is retry 3 times request failed!
   其中我理解 interface=tns-api/nacos 
应当是一个错误,怀疑是addrees配置为"nacos.io:80/tns-api/nacos"导致provider service 的url构建出现异常


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to