v3.0.0 release candidate 2
fix: loadbalance unit test (#1270)

* fix

* Fix
1 file changed
tree: ddf65f88faa3964272cc7feec5d347d15da91e1b
  1. .github/
  2. cluster/
  3. common/
  4. config/
  5. config_center/
  6. doc/
  7. filter/
  8. metadata/
  9. metrics/
  10. protocol/
  11. registry/
  12. remoting/
  13. test/
  14. .asf.yaml
  15. .gitignore
  16. .gitmodules
  17. .golangci.yml
  18. CHANGELOG.md
  19. CONTRIBUTING.md
  20. go.mod
  21. go.sum
  22. integrate_test.sh
  23. LICENSE
  24. Makefile
  25. NOTICE
  26. README.md
  27. README_CN.md
README.md

Apache Dubbo-go

Build Status codecov go.dev reference Go Report Card license


δΈ­ζ–‡ πŸ‡¨πŸ‡³

Apache Dubbo-go, a Dubbo implementation written in Golang, is born to bridge the gap between Java and Golang. Please visit our official website for the quick start and documentation.

Architecture

dubbo go extend

Dubbo-go has been implemented most layers of Dubbo, like protocol layer, registry layer, etc. An extension module is applied to Dubbo-go in order to achieve a more flexible architecture. Developers are allowed to implement a customized layer conformed to the layer interface and use then in Dubbo-go via extension.Set method without modifying the source code.

Features

The features that are available for Dubbo-go are:

Getting started

Install Dubbo-go v3

go get dubbo.apache.org/dubbo-go/v3

Next steps

Contributing

Please visit CONTRIBUTING for details on submitting patches and the contribution workflow.

Reporting bugs

Please use the bug report template to report bugs, use the enhancement template to provide suggestions for improvement.

Contact

User List

If you are using apache/dubbo-go and think that it helps you or want to contribute code for Dubbo-go, please add your company to the user list to let us know your needs.

See more user cases

License

Apache Dubbo-go software is licenced under the Apache License Version 2.0. See the LICENSE file for details.