apache / apache/apisix-java-plugin-runner
The `PluginFilter` API is synchronous and blocks a thread
未关闭
- 主要语言
- Java
- 星标
- 152
- 派生
- 102
- PR 合并指标
- 30 天内没有已合并 PR
描述
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 to have an async API (with callbacks) to allow processing large number of requests concurrently without spawning many threads
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。