dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
See more details in the pr https://github.com/apache/dubbo/pull/10667
After receive a PR, Git Actions will auto-run benchmark test. - [ ] 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 [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.3 * Operating System version: mac *...
- [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 目前是通过applicationName去配置中心匹配具体的Mesh路由规则,例如app1会去匹配app1.MESHAPPRULE。线上实践很可能需要app2也能匹配到同一个Mesh Rule(实际的例子是同机房优先路由策略,不同的app用同一套同机房优先路由Mesh Rule即可 )
- [x] 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.1.0 * Java version: 1.8.0 ### Steps...
原来在2.7.3.1 中存在DubboShutdownHook与spring 重复的问题,3.0.10中是怎么处理的??
版本: Dubbo 2.7x ~ 3.1.0 Dubbo 中用「input」「output」表示 InputBytesCount, OutputBytesCount ,但现在基本已经废弃了,只有 Dubbo 协议有 Input 字段,没有 Output。 获得请求、响应报文体积是判断要不要打印日志、判断是否网络阻塞的重要依据。不然就只能在序列化成 JSON 后才发现报文过大,白白浪费性能在序列化上。我们发现用 `JSON.toJSONString()` 序列化后有数 M 大小的响应内容,需要几百毫秒甚至数秒才能完成。 同时这个问题也怀疑与 #1784 #8513 有关系,都是发生了非常短暂的超时,Provider 端处理非常快,并且问题难以复现。显然是中间层网络的嫌疑最大,而网络阻塞又与 Dubbo 默认单条连接处理有关,与报文大小有关。 假设...
JDK 1.8 存在两个场景 场景一:Consumer dubbo3.0.7 Provider dubbo2.6.6 场景二:Consumer dubbo3.0.7 Provider dubbo3.0.7 期望在loadbalance过程中从Invoker能够获取到provider的timestamp来实现预热功能 其中场景二能够通过增加MetadataParamsFilter来增加timestamp获取到 但是场景一在Consumer dubbo3.0.7 订阅zk时已经将url中的timestamp舍弃了,且2.6.6没有元数据中心功能 请问场景一如何在loadbalance过程中获取到timestamp?
- 环境版本为 - spring boot 2.6.7、 jdk8、dubbo2.7.15, - 尝试升级后,网上查询许久无果,报错堆栈如下,请问下该如何排查解决 ``` Exception in thread "DubboShutdownHook" java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shardDataSource' defined in class path resource [xxx/shard/ShardConfig.class]: Bean instantiation...
ERROR | main | TID: N/A | o.apache.dubbo.config.utils.ConfigValidationUtils 734 | [DUBBO] Invalid password="nacos@852146970" contains illegal character, only digit, letter, '-', '_' or '.' is legal., dubbo version: 3.1.0, current host:...