Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ftr: dubbogo 3.0 Triple support #959

Closed
wants to merge 284 commits into from

Conversation

LaurenceLiZhixin
Copy link
Contributor

What this PR does:
This PR add dubbo3 protocol and dubbo3 net model support, which have features below:

  1. use pb to define idl first, not pojo.
  2. Perfect compatibility of grpc:
    unray rpc/ two way stream.
  3. thread safe.
  4. event driven network model.

Special notes for your reviewer:
the sample is going to be add.

Does this PR introduce a user-facing change?:


AlexStocks and others added 30 commits November 24, 2020 14:27
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](go-yaml/yaml@v2.3.0...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
….in/yaml.v2-2.4.0

build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0
…b.com/mitchellh/mapstructure-1.4.0

build(deps): bump github.com/mitchellh/mapstructure from 1.3.3 to 1.4.0
fix: fix router_config add &url to url
Imp:Change target-branch and schedule interval of Dependabot
Bumps [github.com/apache/dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/apache/dubbo-go-hessian2/releases)
- [Commits](apache/dubbo-go-hessian2@v1.7.0...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
zouyx and others added 27 commits January 23, 2021 22:32
Fix: make metadata report work without serviceDiscovery
Bumps [github.com/dubbogo/gost](https://github.com/dubbogo/gost) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/dubbogo/gost/releases)
- [Commits](dubbogo/gost@v1.10.1...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/nacos-group/nacos-sdk-go](https://github.com/nacos-group/nacos-sdk-go) from 1.0.3 to 1.0.5.
- [Release notes](https://github.com/nacos-group/nacos-sdk-go/releases)
- [Commits](nacos-group/nacos-sdk-go@v1.0.3...v1.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
…lop/github.com/mitchellh/mapstructure-1.4.1

Bump github.com/mitchellh/mapstructure from 1.4.0 to 1.4.1
…lop/github.com/nacos-group/nacos-sdk-go-1.0.5

Bump github.com/nacos-group/nacos-sdk-go from 1.0.3 to 1.0.5
…lop/github.com/dubbogo/gost-1.11.0

Bump github.com/dubbogo/gost from 1.10.1 to 1.11.0
@LaurenceLiZhixin LaurenceLiZhixin deleted the branch apache:3.0 March 1, 2021 05:43
@LaurenceLiZhixin LaurenceLiZhixin deleted the 3.0 branch March 1, 2021 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.