dangdangdotcom / dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
http://dangdangdotcom.github.io/dubbox
Apache License 2.0
4.89k stars 2.06k forks source link

关于dubbox直连的一个问题 #290

Open BooksLiu opened 7 years ago

BooksLiu commented 7 years ago

B服务依赖于A服务 当A与B注册的时候都选择了序列化为fst且B直连A的时候 B和A会使用hessian进行序列化和反序列化