Skip to content
Snippets Groups Projects
Commit 224fc235 authored by Xin.Zh's avatar Xin.Zh Committed by GitHub
Browse files

Merge pull request #243 from apollo-go/feature/groupfix

[Fix]fix dubbo group issues#238
parents f9e9c453 e4ef3159
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ func (c *Client) call(ct CallType, request *Request, response *Response, callbac
p.Service.Path = strings.TrimPrefix(request.svcUrl.Path, "/")
p.Service.Interface = request.svcUrl.GetParam(constant.INTERFACE_KEY, "")
p.Service.Version = request.svcUrl.GetParam(constant.VERSION_KEY, "")
p.Service.Group = request.svcUrl.GetParam(constant.GROUP_KEY, "")
p.Service.Method = request.method
p.Service.Timeout = c.opts.RequestTimeout
p.Header.SerialID = byte(S_Dubbo)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment