Alanxtl commented on code in PR #3071:
URL: https://github.com/apache/dubbo-go/pull/3071#discussion_r2526169919
##########
cluster/cluster/failover/cluster_invoker.go:
##########
@@ -85,9 +85,10 @@ func (invoker *failoverClusterInvoker) Invoke(ctx
context.Context, invocation pr
}
invoked = append(invoked, ivk)
// DO INVOKE
+ ivkURL := ivk.GetURL().Key()
Review Comment:
ivk in this part can't be nil. it is checked in line 83
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]