Dubbo
The java implementation of Apache Dubbo. An RPC and microservice framework.
Apache Dubbo is a powerful and user-friendly Web and RPC framework. It supports multiple language implementations such as Java, [Go](https://github.com/apache/dubbo-go), [Python](https://github.com/dubbo/py-client-for-apache-dubbo), [PHP](https://github.com/apache/dubbo-php-framework), [Erlang](https://github.com/apache/dubbo-erlang), [Rust](https://github.com/apache/dubbo-rust), and [Node.js/Web](https://github.com/apache/dubbo-js). The project is written primarily in Java, distributed under the Apache License 2.0 license, first published in 2012. It has gained significant community traction with 41,512 stars and 26,441 forks on GitHub. Key topics include: distributed-systems, dubbo, framework, grpc, http.
Apache Dubbo Project
Apache Dubbo is a powerful and user-friendly Web and RPC framework. It supports multiple language implementations such as Java, Go, Python, PHP, Erlang, Rust, and Node.js/Web.
Dubbo provides solutions for communication, service discovery, traffic management, observability, security, tooling, and best practices for building enterprise-grade microservices.
๐ We're collecting user info to improve Dubbo. Help us out here: Who's using Dubbo
๐งฑ Architecture

- Communication between consumers and providers is done via RPC protocols like Triple, TCP, REST, etc.
- Consumers dynamically discover provider instances from registries (e.g., Zookeeper, Nacos) and manage traffic using defined strategies.
- Built-in support for dynamic config, metrics, tracing, security, and a visualized console.
๐ Getting Started
๐ฆ Lightweight RPC API
Start quickly with our 5-minute guide
Dubbo allows you to build RPC services using a minimal codebase and a lightweight SDK. It supports protocols like:
- Triple (gRPC-compatible)
- Dubbo2 (TCP)
- REST
- Custom protocols
๐ฑ Microservices with Spring Boot
Kickstart your project using Spring Boot Starter.
Using just a dependency and a YAML config, you can unlock the full power of Dubbo: service discovery, observability, tracing, etc.
โก๏ธ Learn how to deploy, monitor, and manage traffic for Dubbo services.
๐ ๏ธ More Features
Explore more through our hands-on tasks:
- Launch a Dubbo project
- RPC protocols
- Traffic management
- Service discovery
- Observability
- Extensibility
- Security
- Visualized Console
- Kubernetes & Service Mesh
๐ฆ Which Dubbo Version Should I Use?
Dubbo3
๐ฆ Version Compatibility
| Version | JDK Support | Dependencies | Highlights |
|---|---|---|---|
| 3.3.7-SNAPSHOT | 1.8 โ 25 | Coming Soon | โ JDK 25 Support |
| 3.3.6 | 1.8 โ 21 | View Dependencies | โ Mutiny Reactive Support <br> โ Affinity Router <br> โ Method-level TPS Limiting <br> โ Spring 6 Security Plugin <br> โ Enhanced Environment Variable Config |
| 3.3.5 | 1.8 โ 21 | View Dependencies | โ Actively Maintained <br> โ Triple Protocol (gRPC/cURL) <br> โ REST Support <br> โ Spring Boot Starters |
| 3.2.16 | 1.8 โ 17 | View Dependencies | โ Actively Maintained <br> โ Metrics & Tracing <br> โ Thread Pool Isolation <br> โ +30% Performance <br> โ Native Image Support |
| 3.1.11 | 1.8 โ 17 | View Dependencies | โ ๏ธ Stable, but Not Actively Maintained |
Dubbo2
| Version | JDK | Dependencies | Description |
|---|---|---|---|
| 2.7.23 | 1.8 | dependency list | โ EOL |
| 2.6.x, 2.5.x | 1.6 - 1.7 | dependency list | โ EOL |
๐ค Contributing
See our CONTRIBUTING guide to get started!
๐ Community Collaboration
- Issues: For bugs or tasks โ GitHub Issues
- Discussions: For questions, ideas โ GitHub Discussions
- PRs: For merging your contributions โ GitHub Pull Requests
- Project Board: Dubbo Project Board
๐ก How You Can Help
- Check out "help wanted" issues: Project Board
- Join mailing list discussions
- Engage in discussions
- Fix bugs or review pull requests
- Enhance the website
- Improve dubbo-admin
- Contribute to the ecosystem
If you're interested in contributing, email us at dev@dubbo.apache.org.
๐ Reporting Issues
Please use our issue template when reporting bugs.
๐ Reporting Security Vulnerabilities
Please report vulnerabilities privately to security@dubbo.apache.org.
๐ฌ Contact
- WeChat:
apachedubbo - DingTalk: Group ID
37290003945 - Mailing List: Contact Guide
- Twitter: @ApacheDubbo
- Security: security@dubbo.apache.org
๐ License
Apache Dubbo is licensed under the Apache License 2.0.
Contributors
Showing top 12 contributors by commit count.