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.9k stars 2.06k forks source link

使用kryo序列化时服务同时是提供者和消费者的情况下报错的情况 #317

Open zhiying8710 opened 7 years ago

zhiying8710 commented 7 years ago
  1. SerializationOptimizer中注册的class有顺序要求
  2. 服务分组的情况下可能会导致消费者找到对应的分组提供者, 但是分组提供者丢失了请求的分组信息, 导致提供者报找不到分组提供者的错误
kimmking commented 7 years ago

show a testcase :)