fantiq opened a new issue, #4284: URL: https://github.com/apache/shenyu/issues/4284
### Question the server use dubbo v3.1.3 and shenyu use version 3.5.0. the dubbo service startup is ok and shenyu-bootstrap startup is ok, open the dubbo plugin on shenyu-admin (version is 3.5.0 too). when i request to the shenyu-bootstrap, i got the error ``` org.apache.dubbo.rpc.RpcException: Failed to invoke the method $invoke in the service org.apache.dubbo.rpc.service.GenericService. No provider available for the service org.xxx.xxxService from registry nacos-server:8848 on the consumer xxx.xx.x.x using the dubbo version 2.7.15. Please check if the providers have been started and registered. ``` when i look up the pom dependence version on 2.5.0 , i got this ``` <apache.dubbo.version>2.7.15</apache.dubbo.version> ``` it is not dubbo3, which version can support dubbo3? -- 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]
