[Discuss] the problem of http3
Open
proposal
- Dominant language
- Go
- Stars
- 5k
- Forks
- 1k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 31
Description
### 讨论详情
1 应用级别的心跳包:因为正常的 http2 是有心跳包的,一段时间不处理需要关闭连接;http3 go 中无法感知到心跳,需要出一个新方案,说明在 dubbogo 中怎么实现相应的心跳;
2 优雅下线:dubbo server http3 下线的时候会广播一些包,需要查看 dubbogo 是否做了相应的工作;
3 dubbogo 和 dubbo http3 互通测试。
4 http3 基于 UDP 有可能被路由器挡掉,HTTP2 先在两端测试,如果能打通才升级到 HTTP3.
### 📚 相关背景
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.