This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from 37870f258 fix: improve error handling in auth sign_util.go (#2955)
add f39795d37 feat: Refactor weight handling in loadbalance and service
discovery (#2937)
add 1ebf6e081 fix: Resolve the latency issue caused by the lack of timely
perception of existing nodes when connecting to the zookeeper client (#2930)
add 97e163499 fix: Failed to get app metadata for revision cause meta-v is
wrong (#2952)
add 28ae4cc17 docs: Update README to include tools for Dubbo-Go
development (#2954)
add b4efa46eb fix dubbo.metadata.storage-type ==remote, metadata param is
empty (#2953)
add c885393e3 Fixed: the issue that services configuration under provider
is invalid in dubbo.load() loading mode. (#2941)
new aa9d42d40 Merge branch 'develop'
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:
README.md | 67 ++++-
README_CN.md | 285 +++++++++++++++++++++
client/client.go | 1 +
client/options.go | 19 +-
client/options_test.go | 31 +++
cluster/loadbalance/p2c/loadbalance_test.go | 11 +-
cluster/loadbalance/util.go | 50 ++--
common/constant/key.go | 1 +
common/url.go | 18 +-
config/reference_config.go | 1 +
config/service_config.go | 1 -
dubbo.go | 1 -
global/service_config.go | 2 +
metadata/metadata_service.go | 2 +-
options.go | 2 +
protocol/triple/triple.go | 1 +
registry/nacos/service_discovery.go | 44 ++--
registry/nacos/service_discovery_test.go | 87 ++++++-
registry/service_instance.go | 23 +-
.../metadata_service_version_customizer.go | 27 +-
remoting/zookeeper/listener.go | 22 +-
server/action.go | 3 +-
server/options.go | 1 +
server/server.go | 24 ++
24 files changed, 634 insertions(+), 90 deletions(-)
create mode 100644 README_CN.md