You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/09/13 08:03:13 UTC

[dubbo-go] branch develop updated (e84a2cf -> 57601bc)

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

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


    from e84a2cf  Merge pull request #753 from sdttttt/sdttttt-patch-1
     new d294b14  Ftr: add sentinel-golang(https://github.com/alibaba/sentinel-golang) flow control/circuit breaker
     new 668764a  refine sentinel-go filter
     new 6a4eb87  refine imports
     new ec2110c  refine logger
     new 57601bc  Merge pull request #748 from louyuting/feature/sentinel-integration

The 2885 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:
 filter/filter_impl/sentinel_filter.go      | 237 +++++++++++++++++++++
 filter/filter_impl/sentinel_filter_test.go | 127 +++++++++++
 go.mod                                     |  21 +-
 go.sum                                     | 325 +++++++++++++++++++++++++++++
 4 files changed, 695 insertions(+), 15 deletions(-)
 create mode 100644 filter/filter_impl/sentinel_filter.go
 create mode 100644 filter/filter_impl/sentinel_filter_test.go