weibocom / motan

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

Netty不兼容 #574

Open wanglingfeng opened 6 years ago

wanglingfeng commented 6 years ago

motan netty版本是3.2.5.Final 我使用的org.springframework.data:spring-data-elasticsearch:2.1.3.RELEASE的netty版本是3.10.6.Final。 两个版本的netty无法兼容。求一下解决方案

hebo1982 commented 6 years ago

https://github.com/ananas-hebo/motan/tree/0.3.1-update-netty/motan-transport-netty 可以试下我的版本,升级过netty的。

之前有cpu飙高的情况,没查到原因。升级后没出现过了。 问题传送门 https://github.com/weibocom/motan/issues/531

wanglingfeng commented 6 years ago

谢谢你的方案哈,motan无法和es兼容也是厉害了。转战netflix OOS使用feign了

lhl4546 commented 6 years ago

netty版本冲突

hui305 commented 6 years ago

为啥不用netty4呢?

wanglingfeng commented 6 years ago

我难道看不出来是jar包冲突?为啥不用netty4去问motan开发人员咯