You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by xi...@apache.org on 2019/08/09 11:21:05 UTC

[dubbo-go] branch develop updated (bac7c65 -> 2bfc6a9)

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

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


    from bac7c65  Mod:merge from develop
     add 39733d1  add available cluster support
     add 8194fe8  Merge pull request #155 from xujianhai666/feat-avail
     add a6d900f  add broadcast cluster
     add 2bfc6a9  Merge pull request #158 from xujianhai666/feat-broadcast

No new revisions were added by this update.

Summary of changes:
 .../{failfast_cluster.go => available_cluster.go}  | 14 ++--
 ...ter_invoker.go => available_cluster_invoker.go} | 26 +++++---
 ...r_test.go => available_cluster_invoker_test.go} | 39 +++++-------
 .../{failfast_cluster.go => broadcast_cluster.go}  | 14 ++--
 ...ter_invoker.go => broadcast_cluster_invoker.go} | 26 +++++---
 ...r_test.go => broadcast_cluster_invoker_test.go} | 74 +++++++++++++---------
 6 files changed, 109 insertions(+), 84 deletions(-)
 copy cluster/cluster_impl/{failfast_cluster.go => available_cluster.go} (76%)
 copy cluster/cluster_impl/{failfast_cluster_invoker.go => available_cluster_invoker.go} (70%)
 copy cluster/cluster_impl/{failsafe_cluster_test.go => available_cluster_invoker_test.go} (67%)
 copy cluster/cluster_impl/{failfast_cluster.go => broadcast_cluster.go} (74%)
 copy cluster/cluster_impl/{failfast_cluster_invoker.go => broadcast_cluster_invoker.go} (66%)
 copy cluster/cluster_impl/{failsafe_cluster_test.go => broadcast_cluster_invoker_test.go} (51%)