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:15 UTC

[dubbo-go-samples] 05/05: update

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 ded85805ff5cf6702f090a5d26e0f79b45c2a512
Author: Randy <zt...@gmail.com>
AuthorDate: Fri Dec 17 17:48:13 2021 +0800

    update
---
 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 f3713b3..f06857c 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:           "tri://127.0.0.1:20001/" + iface,
+		URL:           "tri://127.0.0.1:20001/" + iface + "?serialization=hessian2",
 	}
 
 	rootConfig := config.NewRootConfigBuilder().