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 还没有评估数据。