Merge branch 'apache-3.3' into 3.3.0-beta.1-release
tree: 34709d0aaad2a51c99fc772f2d2c656e13df68b6
  1. .github/
  2. .mvn/
  3. codestyle/
  4. dubbo-cluster/
  5. dubbo-common/
  6. dubbo-compatible/
  7. dubbo-compiler/
  8. dubbo-config/
  9. dubbo-configcenter/
  10. dubbo-container/
  11. dubbo-demo/
  12. dubbo-dependencies/
  13. dubbo-dependencies-bom/
  14. dubbo-distribution/
  15. dubbo-filter/
  16. dubbo-kubernetes/
  17. dubbo-maven-plugin/
  18. dubbo-metadata/
  19. dubbo-metrics/
  20. dubbo-monitor/
  21. dubbo-plugin/
  22. dubbo-registry/
  23. dubbo-remoting/
  24. dubbo-rpc/
  25. dubbo-serialization/
  26. dubbo-spring-boot/
  27. dubbo-test/
  28. dubbo-xds/
  29. .artifacts
  30. .asf.yaml
  31. .editorconfig
  32. .gitattributes
  33. .gitignore
  34. .licenserc.yaml
  35. CHANGES.md
  36. CODE_OF_CONDUCT.md
  37. codecov.yml
  38. CONTRIBUTING.md
  39. Jenkinsfile
  40. Jenkinsfile.sonar
  41. LICENSE
  42. licenseCheck.sh
  43. mvnw
  44. mvnw.cmd
  45. NOTICE
  46. pom.xml
  47. PULL_REQUEST_TEMPLATE.md
  48. README.md
  49. SECURITY.md
README.md

Apache Dubbo Project

Build and Test For PR Codecov Maven License Average time to resolve an issue Percentage of issues still open Tweet Twitter Follow Gitter

Apache Dubbo is an easy-to-use Web and RPC framework that provides multiple language implementations(Java, Go, Rust, Node.js, Web) for communication, service discovery, traffic management, observability, security, tools, and best practices for building enterprise-ready microservices.

Visit the official website for more information.

Architecture

Architecture

  • Consumer and provider communicate with each other using RPC protocol like triple, tcp, rest, etc.
  • Consumers automatically trace provider instances registered in registries(Zookeeper, Nacos) and distribute traffic among them by following traffic strategies.
  • Rich features for monitoring and managing the cluster with dynamic configuration, metrics, tracing, security, and visualized console.

Getting started

Follow the instructions below to learn how to:

Programming with lightweight RPC API

5 minutes step-by-step guide

Dubbo supports building RPC services with only a few lines of code while depending only on a lightweight SDK (<10MB). The protocol on the wire can be Triple(fully gRPC compatible and HTTP-friendly), Dubbo2(TCP), REST, or any protocol of your choice.

Building a microservice application with Spring Boot

5 minutes step-by-step guide

It's highly recommended to start your microservice application with the Spring Boot Starter dubbo-spring-boot-starter provided by Dubbo. With only a single dependency and yaml file, and optionally a bunch of other useful spring boot starters, you can enable all of the Dubo features like service discovery, observability, tracing, etc.

Next, learn how to deploy, monitor, and manage the traffic of your Dubbo application and cluster.

More Features

Get more details by visiting the links below to get your hands dirty with some well-designed tasks on our website.

Which Dubbo version should I use?

Dubbo3JDKDependenciesDescription
3.3.0-beta1.8 ~ 17dependency list- Unstable version
- Features
   - Triple - gRPC and cURL compatible.
   - Rest-style programming support.
   - Spring Boot Starters.
3.2.51.8 ~ 17dependency list- Stable version (active)
- Features
  - Out-of-box metrics and tracing support.
  - Threadpool Isolation
  - 30% performance
  - Native Image
3.1.111.8 ~ 11dependency listStable version (not active)
Dubbo2JDKDependenciesDescription
2.7.231.8dependency listEOL
2.6.x, 2.5.x1.6 ~ 1.7EOL

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Contact

  • WeChat: apachedubbo
  • DingTalk group: 37290003945
  • Mailing list: guide
  • Twitter: @ApacheDubbo
  • Security issues: please mail to us privately.

License

Apache Dubbo is licensed under the Apache License Version 2.0. See the LICENSE file for details.