This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
from 06a7cc0d feat: add config center examples (#709)
add 48c07b04 Add config_yaml samples
add 63f5d420 update: format config_yaml/README*.md
add 6676ea5f Improve config_yaml/README.md
new e4ca19a7 Merge pull request #711 from YarBor/main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
config_yaml/README.md | 235 +++++++++++++++++++++
config_yaml/README_zh.md | 233 ++++++++++++++++++++
.../rolling => config_yaml/go-client}/cmd/main.go | 21 +-
.../go-client/conf/dubbogo.yml | 13 +-
{helloworld => config_yaml}/go-server/cmd/main.go | 34 ++-
.../go-server/conf/dubbogo.yml | 7 +-
.../nacos => config_yaml}/proto/greet.pb.go | 0
{healthcheck => config_yaml}/proto/greet.proto | 2 +-
.../nacos => config_yaml}/proto/greet.triple.go | 0
.../tests/integration/context_test.go} | 14 +-
.../tests/integration/main_test.go | 2 +-
start_integrate_test.sh | 2 +
12 files changed, 510 insertions(+), 53 deletions(-)
create mode 100644 config_yaml/README.md
create mode 100644 config_yaml/README_zh.md
copy {logger/rolling => config_yaml/go-client}/cmd/main.go (71%)
copy {compatibility/filter/tpslimit => config_yaml}/go-client/conf/dubbogo.yml
(51%)
copy {helloworld => config_yaml}/go-server/cmd/main.go (67%)
copy {compatibility/filter/token => config_yaml}/go-server/conf/dubbogo.yml
(58%)
copy {config_center/nacos => config_yaml}/proto/greet.pb.go (100%)
copy {healthcheck => config_yaml}/proto/greet.proto (92%)
copy {config_center/nacos => config_yaml}/proto/greet.triple.go (100%)
copy integrate_test/{registry/zookeeper/tests/integration/helloworld_test.go
=> config_yaml/tests/integration/context_test.go} (76%)
copy integrate_test/{error => config_yaml}/tests/integration/main_test.go (95%)