我用了Dubbo2.7.1版本,没有接入Sentinel是可以正常调用的,只要引用了Sentinel的maven包后客户端调用就异常了。
org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-test test org.apache.dubbo dubbo-spring-boot-starter 2.7.1 org.springframework.cloud spring-cloud-starter-alibaba-sentinel 0.2.1.RELEASE org.apache.dubbo dubbo 2.7.1 org.apache.zookeeper zookeeper 3.4.14 org.apache.curator curator-framework 4.2.0 org.apache.curator curator-recipes 4.2.0 com.alibaba.csp sentinel-web-servlet 1.5.1 com.alibaba.csp sentinel-transport-simple-http 1.5.1 com.alibaba.csp sentinel-dubbo-adapter 1.5.1 com.alibaba.csp sentinel-annotation-aspectj 1.5.1 com.alibaba.csp
2019-04-19 18:26:32.416 ERROR 45480 --- [nio-8086-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.dubbo.rpc.RpcException: Failed to invoke the method sayHello in the service com.demo.provider.service.IMyService. Tried 3 times of the providers [10.254.115.204:20881] (1/4) from the registry 10.94.30.167:2181 on the consumer 10.254.115.204 using the dubbo version 2.7.1. Last error is: com.alibaba.dubbo.rpc.RpcContext.getContext()Lcom/alibaba/dubbo/rpc/RpcContext;] with root cause
原提问者GitHub用户cookiejoo
对于Dubbo 2.7.x,您需要使用sentinel apache Dubbo适配器,而不是sentinel Dubbo适配器。您可以参考文档:https://github.com/alibaba/Sentinel/wiki/Adapters-to-Popular-Framework#dubbo
原回答者GitHub用户
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
阿里云拥有国内全面的云原生产品技术以及大规模的云原生应用实践,通过全面容器化、核心技术互联网化、应用 Serverless 化三大范式,助力制造业企业高效上云,实现系统稳定、应用敏捷智能。拥抱云原生,让创新无处不在。