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/01/31 05:20:39 UTC

[dubbo-go] branch develop updated (4de49ef -> c291d2c)

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 4de49ef  Merge pull request #343 from hxmhlt/modify_zk
     new df79a5c  Extract
     new a283aeb  Transfer context for dubbo protocol by attachment
     new d96c241  Rearrange imports
     new 3db2f4d  Remove context key
     new 0e57187  Fix review
     new c291d2c  Merge pull request #344 from flycash/feature/dubbo-context

The 1340 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:
 protocol/dubbo/dubbo_invoker.go      | 19 ++++++++++++
 protocol/dubbo/dubbo_invoker_test.go |  6 ++++
 protocol/dubbo/listener.go           | 29 ++++++++++++++----
 protocol/dubbo/listener_test.go      | 58 ++++++++++++++++++++++++++++++++++++
 4 files changed, 107 insertions(+), 5 deletions(-)
 create mode 100644 protocol/dubbo/listener_test.go