apache/apisix
bug: grpc-transcode cant transcode empty array list to [] , but it did to {}
已关闭
#11,440 创建于 2024年7月26日
buggood first issue
仓库指标
- 星标
- (16,597 个星标)
- PR 合并指标
- (平均合并 6天 8小时) (30 天内合并 109 个 PR)
描述
Current Behavior
when back to front server, grpc transcode plugin cant transcode empty list (array) to [] , but to {} .
use grpc example demo :
when list has content , it did well .
Expected Behavior
response empty list expect to get [] . not {}
Error Logs
No response
Steps to Reproduce
- apisix 3.9 latest
- grpc server golang
- postman
Environment
- apisix 3.9 latest
- grpc server golang
- postman