apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.34k stars 26.4k forks source link

Dubbo 3 peripheral RPC protocol and serialization protocol extension implementation #7781

Open AlbumenJ opened 3 years ago

AlbumenJ commented 3 years ago

Dubbo 3 needs to support a variety of protocols to facilitate users to implement different situations and need to be implemented based on dubbo-spi-extension.

Project requirements:

Skills requirement:

Dubbo 3 需要支持多种多样的协议,方便用户落地不同的情况,需要基于 dubbo-spi-extension 实现。

产出要求:

技术要求:

icankeep commented 3 years ago

I have some doubts, shouldn't serialization be universal in Dubbo 2 and 3

AlbumenJ commented 3 years ago

I have some doubts, shouldn't serialization be universal in Dubbo 2 and 3

This also task need to move these serialization implement to dubbo-spi-extensions. Check them can work fine on Dubbo 3 and provide detailed document (how to use and detailed properties of them) and samples for them. Also, this task is means easy.

icankeep commented 3 years ago

I have some doubts, shouldn't serialization be universal in Dubbo 2 and 3

This also task need to move these serialization implement to dubbo-spi-extensions. Check them can work fine on Dubbo 3 and provide detailed document (how to use and detailed properties of them) and samples for them. Also, this task is means easy.

is it only for students?

AlbumenJ commented 3 years ago

I have some doubts, shouldn't serialization be universal in Dubbo 2 and 3

This also task need to move these serialization implement to dubbo-spi-extensions. Check them can work fine on Dubbo 3 and provide detailed document (how to use and detailed properties of them) and samples for them. Also, this task is means easy.

is it only for students?

I am afraid that your are right. If you like to contribute to Dubbo, it is welcome to help to solve such as bug and feature issue. If you have any question or like to take in part of other fields, please contract me.