dubbo [Proposal] Refactor the writeQueue in Triple, use tcp channel for flush

xxhby3vn  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(87)

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

相关问题