You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/12/25 12:40:46 UTC

[GitHub] [shenyu] fantiq opened a new issue, #4284: [Question] which version support dubbo3

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

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


[GitHub] [shenyu] JooKS-me commented on issue #4284: [Question] which version can support dubbo3 triple protocol

Posted by GitBox <gi...@apache.org>.
JooKS-me commented on issue #4284:
URL: https://github.com/apache/shenyu/issues/4284#issuecomment-1364809162

   Triple is not currently supported.


-- 
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@shenyu.apache.org

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


[GitHub] [shenyu] JooKS-me commented on issue #4284: [Question] which version can support dubbo3 triple protocol

Posted by GitBox <gi...@apache.org>.
JooKS-me commented on issue #4284:
URL: https://github.com/apache/shenyu/issues/4284#issuecomment-1364873151

   If you only use triple protocol instead of dubbo protocol, you can change "dubbo" to "tri" here,
   https://github.com/apache/shenyu/blob/8c4c530206e36be531fed7a323025c5cc592af2b/shenyu-plugin/shenyu-plugin-dubbo/shenyu-plugin-apache-dubbo/src/main/java/org/apache/shenyu/plugin/apache/dubbo/cache/ApacheDubboConfigCache.java#L166
    this may be a temporary solution. I will try to make this more reasonable and convenient to use later.


-- 
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@shenyu.apache.org

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


[GitHub] [shenyu] fantiq commented on issue #4284: [Question] which version can support dubbo3 triple protocol

Posted by GitBox <gi...@apache.org>.
fantiq commented on issue #4284:
URL: https://github.com/apache/shenyu/issues/4284#issuecomment-1364924628

   > If you only use triple protocol instead of dubbo protocol, you can change "dubbo" to "tri" here,
   > 
   > https://github.com/apache/shenyu/blob/8c4c530206e36be531fed7a323025c5cc592af2b/shenyu-plugin/shenyu-plugin-dubbo/shenyu-plugin-apache-dubbo/src/main/java/org/apache/shenyu/plugin/apache/dubbo/cache/ApacheDubboConfigCache.java#L166
   > 
   > 
   > this may be a temporary solution. I will try to make this more reasonable and convenient to use later.
   
   i have submit a pr #4286 
   add the dubbo protocol in rpcExt, when call reference use the rpcExt.protocol to create, can u merge it?


-- 
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@shenyu.apache.org

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


[GitHub] [shenyu] fantiq commented on issue #4284: [Question] which version can support dubbo3 triple protocol

Posted by GitBox <gi...@apache.org>.
fantiq commented on issue #4284:
URL: https://github.com/apache/shenyu/issues/4284#issuecomment-1365114280

   have already been solved on #4286 


-- 
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@shenyu.apache.org

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


[GitHub] [shenyu] fantiq closed issue #4284: [Question] which version can support dubbo3 triple protocol

Posted by GitBox <gi...@apache.org>.
fantiq closed issue #4284: [Question] which version can support dubbo3 triple protocol
URL: https://github.com/apache/shenyu/issues/4284


-- 
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@shenyu.apache.org

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