You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/10/23 06:57:31 UTC

[incubator-eventmesh] branch master updated (6f196be5 -> 7cc1513e)

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

mikexue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from 6f196be5 Merge pull request #1751 from horoc/add-go-sdk-loadbalance-weight-round-robin
     new 3cc58f0c go sdk add loadbalance, update client
     new 4fcfa987 go sdk add loadbalance, add unit test
     new 7cc1513e Merge pull request #1763 from horoc/add-go-sdk-loadbalance-unit-test

The 1865 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:
 eventmesh-sdk-go/http/abstract_http_client.go      | 11 +++-
 .../http/selector/random_selector_test.go          | 51 ++++++++++++++++++
 eventmesh-sdk-go/http/selector/selector_test.go    | 45 ++++++++++++++++
 .../http/selector/weight_random_selector_test.go   | 61 ++++++++++++++++++++++
 .../selector/weight_round_robin_selector_test.go   | 56 ++++++++++++++++++++
 5 files changed, 222 insertions(+), 2 deletions(-)
 create mode 100644 eventmesh-sdk-go/http/selector/random_selector_test.go
 create mode 100644 eventmesh-sdk-go/http/selector/selector_test.go
 create mode 100644 eventmesh-sdk-go/http/selector/weight_random_selector_test.go
 create mode 100644 eventmesh-sdk-go/http/selector/weight_round_robin_selector_test.go


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org