You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/11/12 08:22:19 UTC

[GitHub] [dubbo] LiPeng960419 opened a new issue #9263: dubbo2.7.8多版本不生效

LiPeng960419 opened a new issue #9263:
URL: https://github.com/apache/dubbo/issues/9263


   注册中心consul
   
   第一套环境
   dubbo.provider.version=1.0.0
   dubbo.consumer.version=1.0.0
   第二套环境
   dubbo.provider.version=2.0.0
   dubbo.consumer.version=2.0.0
   
   测试发现 报错 找不到服务提供方
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM commented on issue #9263: dubbo2.7.8多版本不生效

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #9263:
URL: https://github.com/apache/dubbo/issues/9263#issuecomment-968196577


   Try the latest version.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] LiPeng960419 commented on issue #9263: dubbo2.7.8多版本不生效

Posted by GitBox <gi...@apache.org>.
LiPeng960419 commented on issue #9263:
URL: https://github.com/apache/dubbo/issues/9263#issuecomment-968514173


   > Try the latest version.
   
   ConsulRegistry  buildService方法 setName
   2.7.4.1 是url.getServiceKey()    
   2.7.8 是url.getServiceInterface()  导致注册的服务不带版本号 ,运行时报错 找不到服务提供方
   请问2.7.8修改这里的原因是什么?


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org