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/09/06 08:12:37 UTC

[GitHub] [dubbo-go] Chenhyuse opened a new issue #1442: 调2.6.x版本 生产者default.version字段不兼容,导致匹配不到

Chenhyuse opened a new issue #1442:
URL: https://github.com/apache/dubbo-go/issues/1442


   // ServiceKey gets a unique key of a service.
   func (c *URL) ServiceKey() string {
   	return ServiceKey(c.GetParam(constant.INTERFACE_KEY, strings.TrimPrefix(c.Path, "/")),
   		c.GetParam(constant.GROUP_KEY, ""), c.GetParam(constant.VERSION_KEY, ""))
   }
   
   c.GetParam(constant.VERSION_KEY, "")


-- 
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-go] ChangedenCZD commented on issue #1442: 调2.6.x版本 生产者default.version字段不兼容,导致匹配不到

Posted by GitBox <gi...@apache.org>.
ChangedenCZD commented on issue #1442:
URL: https://github.com/apache/dubbo-go/issues/1442#issuecomment-938262875


   @LaurenceLiZhixin pr合了,这个应该能关闭了


-- 
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-go] LaurenceLiZhixin closed issue #1442: 调2.6.x版本 生产者default.version字段不兼容,导致匹配不到

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin closed issue #1442:
URL: https://github.com/apache/dubbo-go/issues/1442


   


-- 
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-go] ChangedenCZD commented on issue #1442: 调2.6.x版本 生产者default.version字段不兼容,导致匹配不到

Posted by GitBox <gi...@apache.org>.
ChangedenCZD commented on issue #1442:
URL: https://github.com/apache/dubbo-go/issues/1442#issuecomment-914881871


   like this issue: https://github.com/apache/dubbo/issues/5948


-- 
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