apisix-java-plugin-runner
apisix-java-plugin-runner copied to clipboard
APISIX Plugin Runner in Java
Please answer these questions before submitting a pull request Update README: Remove "experimental" from the STATUS section - Why submit this pull request? - [ ] Bugfix - [ ]...
### Current Behavior When using the APISIX ext-plugin-post-resp plugin and apisix java plugin runner 0.3.0 to rewrite the upstream response header, when the upstream return status code is 204, this...
When implementing the postFilter stage, the **postResponse.setHeader** ("_content-type_", _"some value"_) method is not taken into account. The content-type returned to the client is always "**text / plain**". The problem concerns...
### Issue description How get upstream responses whole body,not only header or statusCode ### Environment * your apisix-java-plugin-runner version
### Issue description 使用java编写的自定义插件部署上,访问几次之后,apsix 的客户端就报 failed to receive RPC_HTTP_REQ_CALL: closed  apisix-java-runner的netty日志报: UNREGISTERED (未注册)  ### apisix 2.15.0 * your apisix-java-plugin-runner release/0.1 *
### Issue description ### Environment apisix-java-plugin-runner version:0.2.0 apsix version:2.13.1 ### Minimal test code / Steps to reproduce the issue 1. Test post request contain chinese characters in OKHttp: `{"source":"高德地图","content":"https://surl.amap.com/1PoSAsa1l4Ud","deviceId":"123456"}` 2....
HttpRequest cannot get the request body. Is it my wrong operation? or is it not supported by java-plugin.
The `RpcCallHandler` is not assigned a thread pool, which means only a single request can be handled concurrently. This is a show stopper for high throughput systems. To process the...
This is an issue when the filter performs potentially long running IO because it holds the thread while waiting for a response from the external resource. It would be nice...
### Description 开发java版的外部程序遇到的问题: 程序:apisix是在win11上通过docker-compose安装的容器部署的 java外部插件是clone的demo项目进行改造的   根据文档描述的,我将外部插件编译好的jar可执行文件,上传到了apisix的容器内部  之后修改了配置文件并重启了apisix  然后在Dashboard配置路由信息  测试路由转发报错  错误日志是这些  我不知道是哪一步出了问题,麻烦可以帮忙处理一下吗 ### Environment - APISIX version (run `apisix version`):2.13-alpine - Operating system (run...