Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

dubbo service group功能不可用 #238

Closed
apollo-go opened this issue Oct 22, 2019 · 2 comments
Closed

dubbo service group功能不可用 #238

apollo-go opened this issue Oct 22, 2019 · 2 comments

Comments

@apollo-go
Copy link
Contributor

Finished List:
Other feature: generic invoke/start check/connecting certain provider/multi-protocols/multi-registries/multi-versions/service group

protocol/dubbo/client.go并未支持group的处理
p := &DubboPackage{}
p.Service.Path = strings.TrimPrefix(svcUrl.Path, "/")
p.Service.Interface = svcUrl.GetParam(constant.INTERFACE_KEY, "")
p.Service.Version = svcUrl.GetParam(constant.VERSION_KEY, "")
p.Service.Method = method
p.Service.Timeout = opts.RequestTimeout

@apollo-go
Copy link
Contributor Author

fix to master

@AlexStocks
Copy link
Contributor

@apollo-go u should issue a new pr to develop branch. thank you.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants