-
CVE-2020-11995 漏洞修复不完善,导致默认的配置依然存在漏洞,调用链如下:
![image](https://user-images.githubusercontent.com/5829776/103052588-6b450200-45d4-11eb-97d9-d53abab74f5a.png)
### Environment
* Dubbo version: 2.7…
-
用sofa rpc来发送大量的日志数据时候,报如下错误,哪里配置不合理么?大部分都是默认的配置,生产的网络有时候有80ms的延时。发送的qps 1K不到是时候经常包netty overflow:,各位有什么建议么? 为啥这么低的qps就这么多报错,每个请求的数据量在4KB 左右
com.alipay.sofa.rpc.core.exception.SofaRpcException: com.al…
-
### Environment
* Dubbo version: 2.6.9
* Java version: jdk-1.8.0_151
### Steps to reproduce this issue
当consumer端使用的序列化协议,和provider指定序列化协议不一致时,provider端判断只要是服务端支持的序列化协议,就会以consumer端指定的为准,忽…
-
I'm trying to use envoy's redis_proxy with the below config.
Testing with docker, it opens admin port only.
Am I missing something ?
envoy.yaml I used.
```yaml
admin:
access_log_path: "/dev/…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [FAQ](https://github.com/apache/dubbo/…
-
采用点对点直连方式的时候,dubbo-samples-callback运行的时候报org.apache.dubbo.samples.callback.CallbackServiceIT$$Lambda$132/0x0000000801328440 must implement java.io.Serializable
### Environment
* Dubbo version: 2…
-
Java 对象
```
@Data
@AllArgsConstructor
@NoArgsConstructor
public class ImRequestMsgBody {
private String url;
private Map params;
}
```
转 JSON字符串后通过 Hessian2Output 序列化,得到以下数据
`1;…
-
问题背景:适配go语言执行器,已完成2.3.0的适配,现在适配2.1.2。(代码链接:https://gitee.com/youbeiwuhuan/go-xxljob-executor/tree/dev2.1.2/)
问题描述:
点击后台执行一次任务,执行器端用gin+dubbo-go-hessian2 能正常接收并解析出xxl-rpc发送的得XxlRpcRequest对象,但向调度器返回…
-
### Environment
* Dubbo version: 2.7.8
* Operating System version: win10
* Java version: jdk8
### Steps to reproduce this issue
1. 文档中提供的支持回调方式的服务注册需要生命某个具体参数为callback
```xml
…
-
dubbo-go-hessian2 版本 v1.9.4-0.20210917102639-74a8ece5f3cb;
项目主技术栈 java,dubbo 接口统一返回范型定义 com.xxx.common.Result:
```java
public class Result implements java.io.Serializable {
private java.l…