apache / dubbo

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

How to support multi protocols on one port? #9072

Open eacdy opened 2 years ago

eacdy commented 2 years ago

How to support multi protocols on one port? For example, I have to bind port 20880 for both rest and dubbo protocol, but how ?

guohao commented 2 years ago

There is an experimental implementation in Triple protocol, dubbo and other protocols may migrate there in the future. PRs are grateful if anybody can help to do those work. 😄

EarthChen commented 2 years ago

This is an interesting feature.

eacdy commented 2 years ago

Thanks a lot.

HammerCloth commented 2 years ago

There is an experimental implementation in Triple protocol, dubbo and other protocols may migrate there in the future. PRs are grateful if anybody can help to do those work. 😄

I am interested in this job,I want to do that.