apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.44k stars 26.41k forks source link

非Spring框架如何使用dubbo #420

Closed Croyson closed 6 years ago

Croyson commented 7 years ago

我们团队使用的框架是scala 写的 finatra ,如何使用dubbo提供的服务

Qunzer commented 7 years ago

换个角度,试试:thrift

Croyson commented 7 years ago

但是公司其他团队用的dubbo ,thrift 可以跟dubbo对接吗

googlefan commented 7 years ago

dubbo 不是有thrift 模块么? 不过我也没用过,不太清楚,我想应该是可以对吧

2017-03-31 16:37 GMT+08:00 Croyson notifications@github.com:

但是公司其他团队用的dubbo ,thrift 可以跟dubbo对接吗

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alibaba/dubbo/issues/420#issuecomment-290651999, or mute the thread https://github.com/notifications/unsubscribe-auth/ADMwnvsWEiR652ygWxo-I9mHm1ECRT64ks5rrLsygaJpZM4MuOYk .

superleo-cn commented 6 years ago

我们使用scala + dubbo 一年了。 dubbo的hession2对Scala数据类型非常不好,发布吃了不少苦头,差点整个Facade都打算退回到Java了,核心Service只用Scala。后来研究发现了Kryo+Chill能比较完美的解决这个问题,推荐你试试。

lovepoem commented 6 years ago

我们使用scala + dubbo 一年了。 dubbo的hession2对Scala数据类型非常不好,发布吃了不少苦头,差点整个Facade都打算退回到Java了,核心Service只用Scala。后来研究发现了Kryo+Chill能比较完美的解决这个问题,推荐你试试。

I think you can refine a base dependency for scala-dubbo . As a project,we can put into the github.com/dubbo

readmagic commented 6 years ago

我也碰到了同样的问题,正在寻找答案,公司大部分业务用了playframework2,如果能使用dubbo在服务间通讯,那是极好的