weibocom / motan

A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
Other
5.89k stars 1.78k forks source link

motan是否可以提供rest方式对接,像Spring Cloud一样? #298

Open wyh6635 opened 7 years ago

wyh6635 commented 7 years ago

之前一直用dubbo,存在jar强依赖的情况。最近在比较spring cloud 和motan,motan是否可提供rest方式,再建立一个接入的统一网关呢?

rayzhang0603 commented 7 years ago

我们会考虑提供rest调用方式,但是暂时还没有相关排期,也非常欢迎相关的pr。 在跨语言交互方式上,我们其实比较倾向于client和server直连的方式进行rpc调用,希望能尽量减少中间层的开销。