apache / dubbo-rust

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

[Proposal] integratable with other projects #99

Open robberphex opened 1 year ago

robberphex commented 1 year ago

Dubbo Rust will parse more than one protocol of Dubbo RPC,

Dubbo Rust could release protocol parsing as a library, and as a component of other project.

Here is ideas:

  1. Be protocol parsing component of Linkerd Proxy
  2. As RPC component of other framework.
chickenlj commented 1 year ago

I think this proposal is very similar to https://github.com/apache/dubbo-rust/issues/100