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: [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]