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/07 07:00:37 UTC

[GitHub] [dubbo-go] LaurenceLiZhixin commented on a change in pull request #1443: Add get consumer service by InterfaceName api.

LaurenceLiZhixin commented on a change in pull request #1443:
URL: https://github.com/apache/dubbo-go/pull/1443#discussion_r703233707



##########
File path: protocol/dubbo3/dubbo3_invoker.go
##########
@@ -59,8 +59,8 @@ func NewDubboInvoker(url *common.URL) (*DubboInvoker, error) {
 	rt := config.GetConsumerConfig().RequestTimeout
 
 	timeout := url.GetParamDuration(constant.TIMEOUT_KEY, rt)
-	key := url.GetParam(constant.BEAN_NAME_KEY, "")

Review comment:
       This is a bug, for triple pb scene. The bean.name can't locate the target consumer stub , so we use interface.




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