dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
dubbo 2.7.12 接口的返回值为RpcResponse WaterFallMaterialDTO extend MaterialBaseBase WaterFallMaterialDTO对象中的属性获取为空 MaterialBaseBase 的属性对象不存在 (PS:使用json 打印出来) 有大佬知道为啥吗?
在dubbo2.7.8中xml配置文件dubbo:reference不生效,以及ymal中没有dubbo.reference这个属性
For details, see https://github.com/apache/dubbo-awesome/pull/92#issue-1384548416
项目A消费项目B的同一个dubbo类,如果存在不同的@Reference写法,可能会导致对应B服务下线后,对应内部连接不关闭,导致A调用调用B服务出现异常,此问题必现。 ### Environment * Dubbo version: 2.7.4.1 2.7.15,注册中心是 nacos ,本地客户端1.1.4和2.1.0都试过 * Operating System version: Mac Linux * Java version: 1.8 ### Steps to reproduce this issue 1. 项目B是个服务比如ProductInfoFacade 的服务提供者,项目A是消费项目B的ProductInfoFacade服务,服务中存在两种@Reference 写法。比如一个Service里面是...
## What is the purpose of the change The P2C with least active load balance algorithm is implemented. 使用方法: 自适应限流部分的使用方法: 要确保服务端存在多个节点,并且消费端开启重试策略的前提下,限流功能才能更好的发挥作用。 设置方法与静态的最大并发值设置类似,只需在provider端将"flowcontrol"设置为"autoConcurrencyLimier"或者"heuristicSmoothingFlowControl"即可。 实验效果 负载均衡部分: 自适应限流部分 ## Brief changelog ## Verifying...
JVMUtil打印堆栈信息,只打前32行有点短吧,可否定制成变量传入?或者能全部打印出来?不知道为什么只打印前32行,本身已经10分钟打一次了,损耗不了多少性能吧。 另外吐槽下Dubbo_JStack.log.xxxx 文件后缀的日期格式还区分linux和windows,过度设计了吧,从linux机器拿到windows,因为冒号的缘故,必须改名字才能拿下来。
- [ ] 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 Mark Dubbo Module if is spring managed....
## What is the purpose of the change upgrade spring boot to 3.0.0-SNAPSHOT ## Brief changelog 1、dubbo-spring-boot add new profile for spring-boot (3.0.0-SNAPSHOT) 2、change parent class for AbstractAnnotationBeanPostProcessor 3、add new...
- [ ] 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 关于 dubbo-dependencies-bom 的疑问: 1、dubbo-samples里面引用了 dubbo-bom https://github.com/apache/dubbo-samples/blob/master/dubbo-samples-spring-boot/pom.xml...
- [x] 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 统一路由配置(mesh rule方式)兜底策略 routedetail怎样配置才能在没有route match时(也就是轮到兜底route)直接报错呢?(现在默认的兜底路由都是把请求随机打到发现的服务集群)