wangchengming666 opened a new pull request, #15931:
URL: https://github.com/apache/dubbo/pull/15931

   ## 问题背景
   gRPC 原生支持背压机制,但 Dubbo Triple 协议在 HTTP/2 层面缺少对 WINDOW_UPDATE 帧的手动控制,导致无法实现真正的 
HTTP/2 级别背压
   
   ## 优化思路
   拦截 Netty 默认的自动 WINDOW_UPDATE 发送行为,改为由应用层通过 request(n) 手动触发


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to