You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "billowqiu (GitHub)" <gi...@apache.org> on 2019/01/16 08:08:12 UTC

[GitHub] [incubator-dubbo] billowqiu commented on issue #848: 多语言支持

目前看到的几个方案大致如下:
1:原生的thrift,这个貌似对现有的dubbo服务有一定改动,看官方例子是需要基于thrift的接口提供impl
2:jsonrpc,不需要现有dubbo服务改动,对其他语言也相对轻量级
3:Hessian,这个协议对c++支持也不太友好
4:service mesh,这个应该目前只是一个提案。。
综合来说,jsonrpc应该是比较折中的方案,虽然效率比二进制类可能差点。

https://github.com/apache/incubator-dubbo-rpc-jsonrpc/ 目前这个扩展在生成环境是否可用,想作为c++调用dubbo的一个方案。

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/848 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org