dubbo
https://github.com/alibaba/dubbo
Java
Dubbo is a high-performance, java based, open source RPC framework
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported29 Subscribers
View all SubscribersAdd a CodeTriage badge to dubbo
Help out
- Issues
- [Feature] When will Dubbo be compatible with Spring Boot 4?
- [Bug] Fix TOCTOU race condition in ZookeeperClientManager.getInstance()
- [Bug] List<Byte>, List<Short>, Map<String, Byte> deserialized as List<Integer>, Map<String, Integer> on provider side
- [Bug] SslServerTlsHandler.exceptionCaught() swallows exceptions without closing channel, causing permanent half-open TLS connections
- fix: preserve generic parameter types during deserialization to fix List<Byte> → List<Integer> [3.3]
- Create QuicSslEngine for client with parameter peer host to meet HostnameChecker matching rules
- Close channel on TLS exception to prevent half-open connections
- [Bug] issues 15271 Refactoring the bug in the registry center
- [Bug] Service startup fails when a weakly dependent ZooKeeper is down
- fix(remoting): stop ReconnectTimerTask when client is closed
- Docs
- Java not yet supported