-
### Environment
* Dubbo version: 3.0
### Steps to reproduce this issue
现在dubbo3.0在github构建动不动就timeout,看了一下workflow的build-and-test-3.yml,unit test的timeout-minutes分别是40分钟(with Integration Tests)和…
-
go-hessian2报错 error:decObject illegal object type tag:121
我是Java服务端,dubbo-go是客户端。
现在Data是java下发的一个List,list里每一个元素,都是实体对象
下发单个没问题,下发list的就go-hessian2抛异常
hessian.RegisterPOJO(&ResponseData{})
t…
-
以下是rpc-client.log
`2020-06-18 13:36:26,979 INFO main com.alipay.sofa.rpc.client.aft.FaultToleranceConfigManager - Get a new resource, value[FaultToleranceConfig{timeWindo…
XHxin updated
4 years ago
-
**Bug description**
When we create pods with annotation. `proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }'`
```
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name:…
-
由于 server 提供的接口入参中有一个 java 定义的枚举,所以我在 client 端参照 dubbo-go 的 demo 注册了对应枚举,但是在 packRequest 的过程中 getArgType 返回了 "" 导致 error
2020-05-14T18:43:10.068+0800 ERROR runtime/asm_amd64.s:1357 {clien…
-
# 注册中心配置
```
com.alipay.sofa.rpc.registry.address=sofa://192.168.137.100:9603
```
# balance-mng 和 stock-mng 里的 service.unique.id均为user0
```
service.unique.id=user0
```
# 服务端和客户端网络互通
```
C:…
-
本人搞java的,go不太懂。有没有大佬教一下,如果响应是String,这句 hessian.RegisterPOJO(&User{}) 要改成啥?
-
本地测试发现,当对象包含多个map对象时(>=2),有两个及以上被初始化为nil时,无法反序列化,且报错“decInstance->decMapByValue field name: cookies2: illegal ref index“(eg:使用dubbogo序列化后再反序列化)
```Go
type Circular struct {
Num int
Previous…
-
Good day.
Trying to follow guide for HTTP local rate limit on [documentation page](https://www.envoyproxy.io/docs/envoy/v1.16.0/configuration/http/http_filters/local_rate_limit_filter#config-http-f…
-
I'm trying to connect the [example mesh-task](https://github.com/hashicorp/terraform-aws-consul-ecs/blob/ce3e8d9f3a78212da049fa7ded6a110e7617df1f/examples/dev-server-fargate/main.tf#L31) to a previous…