You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zt...@apache.org on 2021/12/17 09:49:14 UTC

[dubbo-go-samples] 04/05: commit

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 <zt...@gmail.com>
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().