dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
FAQ Cluster
完成 dubbo-cluster 模块的FAQ代码整理与文档输出。 - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have searched the [release...
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal
It can ensure that subsequent developers can know which code to start adding. At the same time, the supported codes will be clear at a glance, and will not be...
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.0.7 * Operating System version: xxx...
log miss
10952做了log4j的适配 https://github.com/apache/dubbo/pull/10952, 代码3.1.5和3.1.0不变,但是WelcomeLogoApplicationListener中的Logger: 3.1.0版本使用:org.slf4j.Logger 3.1.5版本使用:org.apache.dubbo.common.logger.Logger 此pull修改了Logger的包引发的问题https://github.com/apache/dubbo/pull/11000 结论: 3.1.4版本合并了https://github.com/apache/dubbo/pull/11000但是没合并 https://github.com/apache/dubbo/pull/10952的问题, 以后是否在3.1.x版本中合并10952,如果合并的话此pr可以取消
### Environment * Dubbo version: 3.1.5 * Operating System version: windows 10 * Java version: xxx ### Steps to reproduce this issue 升级dubbo版本到3.1.5就不显示了,3.1.0显示正常 3.1.0启动日志 ``` Java HotSpot(TM) 64-Bit Server VM...
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal 中文: 在[Dubbo website](https://github.com/apache/dubbo-website)中完善日志相关文档,包含如何优雅的日志打印比如分层打印框架日志,性能日志等 en: Improve log related documents...
I found that the links of next steps in the README file in the three active branches are all expired links, and the click-in will be a 404 page, and...
### Environment * Dubbo version: 3.1.3 * Operating System version: macos * Java version: 1.8 ### Steps to reproduce this issue 1. 通过继承AbstractProxyProtocol实现一个自定义protocol 2. 不断的发起rpc调用(rpc调用需要抛出异常) ### Expected Behavior 正常调用,正常处理异常 ###...
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Ask your question here Proxyless 模式下,可以提供一个springboot集成dubbo3 的demo吗?