Dubbo GSoC 2023 - Refactor the http layer

qnzebej0  于 3个月前  发布在  其他
关注(0)|答案(1)|浏览(51)

Background

Dubbo currently supports the rest protocol based on http1, and the triple protocol based on http2, but currently the two protocols based on the http protocol are implemented independently, and at the same time, they cannot replace the underlying implementation, and their respective implementation costs are relatively high.

Target

In order to reduce maintenance costs, we hope to be able to abstract http. The underlying implementation of the target implementation of http has nothing to do with the protocol, and we hope that different protocols can reuse related implementations.

https://issues.apache.org/jira/browse/DUBBO-112

ryevplcw

ryevplcw1#

Discussion related to this issue.
When I'm ready, I'll send an email to the community

相关问题