Jamel-jun opened a new issue, #11355: URL: https://github.com/apache/apisix/issues/11355
### Current Behavior 我仅仅使用了 grpc-transcode 插件。 我自定义了一个 protobuf,里面有 个 int64 类型的字段。  当 我通过 http 调用时,传入 ```json {"currency":"MYR","value":"a"} ``` 解析到后端,value = 10 ### Expected Behavior value = 10 是错误的,它应该只允许传入数字类型。 我希望它 当传入非数字类型时,应该 抛出异常,例:400 bad request ### Error Logs _No response_ ### Steps to Reproduce 此场景必现 ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`):  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
