omnip620 / node-zookeeper-dubbo

A middleware helps node to communicate dubbo by using its default protocol, which is registered in zookeeper
300 stars 80 forks source link

请问支持2.8版本的dubbo么 #19

Closed maxjunjun closed 7 years ago

maxjunjun commented 8 years ago

支持2.8版本的dubbo么

omnip620 commented 8 years ago

目前所有的功能都是基于2.6的 如果要用的话 建议先测试下是否能跑通

Sent from my iPhone

On 22 Sep 2016, at 09:48, maxjunjun notifications@github.com wrote:

支持2.8版本的dubbo么

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

caomu commented 8 years ago

2.8的dubbo?指的是不是dubbox?

maxjunjun commented 8 years ago

应该是dubbox

caomu commented 8 years ago

dubbox默认用的序列化方法是json,走http协议。nodejs调用dubbox超级方便!用不着我们写的这个库的,我们写的这个库目的是为了调用那些用dubbo协议对外暴露接口的系统

maxjunjun commented 8 years ago

但是提供者注册时设置的是dubbo协议,也可以么。

caomu commented 8 years ago

试试看,理论上是可以的。我们没环境,试不了