This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a change to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from 96e3f2b  Merge pull request #1020 from LaurenceLiZhixin/feat/config-api
     new 8414d85  feat: add ip level self discovery
     new 512b6c6  fix: change comment
     new 6a6e805  fix: change model to self
     new 1353c33  fix: delete unused gost version
     new e65c046  Merge branch 'develop' into Ftr/selfDiscovery
     new b04e7c1  fix: fmt project
     new 17bfc3a  fix: go mod tidy
     new a5b3ed4  fix: change directory name
     new 5399c8e  fix: delete item in go sun
     new d826f34  fix
     new 58a3fba  fix: change name to self priority router
     new 81b5d08  fix: change name to self priority router
     new 152d4dd  fix: change name to self priority router
     new e1b52d0  fix: change name
     new 051cfb2  fix: change name to local
     new 8a817a5  fix: fix merge conflict
     new 56c9324  Merge pull request #1062 from 
LaurenceLiZhixin/Ftr/selfDiscovery

The 3703 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:
 cluster/cluster_impl/zone_aware_cluster_invoker.go |   2 +-
 cluster/router/{healthcheck => local}/factory.go   |  20 ++--
 .../router/{conncheck => local}/factory_test.go    |   6 +-
 cluster/router/local/self_priority_route.go        | 106 +++++++++++++++++++++
 cluster/router/local/self_priority_route_test.go   |  76 +++++++++++++++
 common/constant/key.go                             |   2 +
 go.sum                                             |   2 -
 metadata/service/remote/service.go                 |   2 +-
 8 files changed, 199 insertions(+), 17 deletions(-)
 copy cluster/router/{healthcheck => local}/factory.go (64%)
 copy cluster/router/{conncheck => local}/factory_test.go (93%)
 create mode 100644 cluster/router/local/self_priority_route.go
 create mode 100644 cluster/router/local/self_priority_route_test.go

Reply via email to