mark4z commented on code in PR #389:
URL: https://github.com/apache/dubbo-go-pixiu/pull/389#discussion_r841395369
##########
pkg/client/dubbo/dubbo.go:
##########
@@ -323,7 +323,7 @@ func (dc *Client) create(key string, irequest
fc.IntegrationRequest) *generic.Ge
// sleep when first call to fetch enough service meta data from nacos
// todo: GenericLoad should guarantee it
if useNacosRegister {
Review Comment:
useNacosRegister := false
registerIds := make([]string, 0)
for k := range dc.rootConfig.Registries {
registerIds = append(registerIds, k)
if k == "nacos" { // k == 'nacos'? it's just a name
useNacosRegister = true
}
}
--
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]