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 還沒有評估資料。