This is an automated email from the ASF dual-hosted git repository. ztelur pushed a commit to branch tmp/dubbo2http in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
commit 6fef6255b9390cd47be704f2dfe808df21812736 Author: Randy <[email protected]> AuthorDate: Fri Dec 17 17:43:07 2021 +0800 commit --- generic/default/go-client/cmd/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/default/go-client/cmd/client.go b/generic/default/go-client/cmd/client.go index e16bfb6..f3713b3 100644 --- a/generic/default/go-client/cmd/client.go +++ b/generic/default/go-client/cmd/client.go @@ -192,7 +192,7 @@ func newRefConf(iface, protocol string) config.ReferenceConfig { RegistryIDs: []string{"zk"}, Protocol: protocol, Generic: "true", - URL: "dubbo://127.0.0.1:20001/" + iface, + URL: "tri://127.0.0.1:20001/" + iface, } rootConfig := config.NewRootConfigBuilder().
