We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
fix to master
Sorry, something went wrong.
@apollo-go u should issue a new pr to develop branch. thank you.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: