Skip to content

Commit

Permalink
Merge pull request #243 from apollo-go/feature/groupfix
Browse files Browse the repository at this point in the history
[Fix]fix dubbo group issues#238
  • Loading branch information
AlexStocks committed Oct 24, 2019
2 parents 6221170 + c29a9e1 commit 5473e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/dubbo/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5473e10

Please sign in to comment.