kitex-contrib / codec-dubbo

支持 kitex <-> dubbo 互通的 dubbo 协议编解码器。
Apache License 2.0
16 stars 14 forks source link

Proposal: support int8/int16 #55

Closed felix021 closed 9 months ago

felix021 commented 10 months ago

Due to the limit of dubbo-go-hessian2, int8/int16 in the response can not be decoded.

In this proposal, we would like to make DubboCodec capable of decoding int8/int16, which may need to modify dubbo-go-hessian2

felix021 commented 9 months ago

Fixed with: