You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "Silocean (via GitHub)" <gi...@apache.org> on 2023/03/24 09:51:51 UTC

[GitHub] [dubbo] Silocean commented on issue #11909: dubbo3客户端服务通过nacos调用下游C++服务失败

Silocean commented on issue #11909:
URL: https://github.com/apache/dubbo/issues/11909#issuecomment-1482528976

   已解决:
   1. metadata中需要加上使用的协议
       ```json
       {
   	"protocol": "tri"
       }
       ```
   2. 服务注册的名字要按照以下固定格式来
       ```
       providers:${rpc接口全限定名}:${version}:${group}
       ```


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org