apache/dubbo
[Proposal] Refactor the writeQueue in Triple, use tcp channel for flush
开放
#11,929 创建于 2023年3月26日
help wantedtype/proposal
仓库指标
- 星标
- (41,524 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
In the current triple protocol, writeQueue is used to encapsulate frames and perform batch operations on io. However, since we use the http2 stream channel provided by netty, we cannot simply use the parent channel for flushing, which introduces quite a lot of complexity. Spend. We hope to be able to directly use the parent channel, which is the Tcp channel, to perform the flush operation