apache / dubbo-rust

Apache Dubbo Rust implementation
https://dubbo.apache.org/
Apache License 2.0
271 stars 62 forks source link

Add dubbo protocol support #59

Open Lynskylate opened 1 year ago

Lynskylate commented 1 year ago

It is less competitive than grpc if dubbo_rust only support triple protocol. Maintain compatibility with dubbo protocol is necessary for some old project.

yang20150702 commented 1 year ago

Now, we design extensible interface for Protocol module, we can support many protocols. Because triple protocol is the future, we support triple protocol firstly.