-
### Describe the bug
JacksonSerializer 其它序列化器使用上不一致
建义在 context 中增加当前调用 RPC 方法的参数表, encode、decode 除 Class 外还要传入 参数及返回类型的 Type 解决多态类型的 deserialize 失败问题
A clear and concise description of what the bu…
maxid updated
4 years ago
-
**What happened**:
https://goreportcard.com/report/github.com/apache/dubbo-go-hessian2
**What you expected to happen**:
-
**What happened**:序列化数组时报no this type name
```
//code
package t_test
import (
hessian "github.com/dubbogo/hessian2"
"testing"
)
type aaa struct {
aaa string
}
func TestHes…
-
*Title*: *Oauth proxy extensions fails on boot*
*Description*:
Current attempted config for envoy version 1.16 using the oauth extension type looks to be failing with INVALID_ARGUMENT as a criti…
-
### 背景
在service mesh场景中,使用hessian-go作为序列化框架,需要解析dubbo请求body中的attachment(里面包含group)。因为attachment在body中方法参数字节的后面,所以需要先解析dubbo请求中的参数类型和参数值,然后才能去解析到attachemt。
**What happened**:
目前发现解析attachmen…
-
**What happened**:
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else we need to know?**:
-
**What would you like to be added**:
Add sync.Map to POJORegistry. Maybe it will performance better.
-
```Go
func (h *HessianCodec) ReadHeader(header *DubboHeader) error {
var err error
if h.reader.Size() < HEADER_LENGTH {
return ErrHeaderNotEnough
}
buf, err := h.reader.Peek(HEADER_LENGTH)
if …
-
Hi, everybody. I compiled the executable called Envoy static on my own, but it got an error and the error is as follows:
[2020-06-22 18:10:19.947][17024][info][main] [source/server/server.cc:255] ini…
-
[ √ ] 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…