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 2019/07/28 11:22:24 UTC

[dubbo-go] branch develop updated (8ea2e60 -> 688a156)

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 8ea2e60  Merge pull request #137 from wongoo/develop
     new 76a21c3  Mod: use task pool of getty
     new 06eb335  Merge remote-tracking branch 'upstream/develop' into develop
     new 152921f  Mod: modify testdata
     new 8dd9f77  Mod: grpool config
     new 688a156  Merge pull request #141 from fangyincheng/develop

The 534 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:
 config/testdata/consumer_config.yml                    |  7 ++++++-
 config/testdata/consumer_config_with_configcenter.yml  |  1 -
 config/testdata/provider_config.yml                    |  7 ++++++-
 examples/dubbo/go-client/profiles/dev/client.yml       |  1 -
 examples/dubbo/go-client/profiles/release/client.yml   |  1 -
 examples/dubbo/go-client/profiles/test/client.yml      |  1 -
 examples/dubbo/go-server/profiles/dev/server.yml       |  1 -
 examples/dubbo/go-server/profiles/release/server.yml   |  1 -
 examples/dubbo/go-server/profiles/test/server.yml      |  1 -
 .../profiles/dev/client.yml                            |  1 -
 .../profiles/release/client.yml                        |  1 -
 .../profiles/test/client.yml                           |  1 -
 .../profiles/dev/server.yml                            |  1 -
 .../profiles/release/server.yml                        |  1 -
 .../profiles/test/server.yml                           |  1 -
 protocol/dubbo/client.go                               | 13 ++++++++++++-
 protocol/dubbo/client_test.go                          |  2 --
 protocol/dubbo/config.go                               | 11 ++++++++++-
 protocol/dubbo/pool.go                                 |  3 ++-
 protocol/dubbo/server.go                               | 18 ++++++++++++++++--
 20 files changed, 52 insertions(+), 22 deletions(-)