feng996 commented on issue #8987:
URL: https://github.com/apache/dubbo/issues/8987#issuecomment-978902183
使用注解引用时,再次指定protocol=tri,解决
@DubboReference(providedBy = "feedback-provider", check = false, protocol =
"tri")
private HelloService helloService;
看起来是provider配置里services key
为`interface:protocol`的原因("com.example.feedback.api.service.HelloService:tri")。
但是不知道为什么在注解引用时,并没有把dubbo.protocol.name=tri这个信息加到后面,需要在reference里再次指定
--
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]