apache / apache/apisix-java-plugin-runner
RpcCallHandler is dispatched on the IO thread
未關閉
enhancement
- 主要語言
- Java
- 星號
- 152
- 分支
- 102
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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 request asynchronously, use the `addAfter` overload that takes an `EventExecutorGroup`:
https://netty.io/4.0/api/io/netty/channel/ChannelPipeline.html#addAfter-io.netty.util.concurrent.EventExecutorGroup-java.lang.String-java.lang.String-io.netty.channel.ChannelHandler-
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。