This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
dubbo 多模块能力支持 #140
Comments
根据真实用户需求,我们需要先支持 dubbo 3.0.5 及以上版本。 |
1、dubbo.applicaiton.name我理解可以对标我们的模块名,dubbo本身已经实现了一个多模块的服务调用模型,参考InjvmInvoker,org.apache.dubbo.rpc.model.ModuleModel 2、demo里面 |
Dubbo 3.x 对多classloader反序列化的支持TRI协议1、ReflectionAbstractServerCall切换tccl请求进来会切换为服务的ServiceModel的classloader,org.apache.dubbo.rpc.protocol.tri.call.ReflectionAbstractServerCall
但是TripleClientCall没切换 2、不同序列化扩展的处理【支持】Hessian序列化Hessian不依赖tccl,调用的是getDeserializer
####【不支持】jdk序列化
####【不支持】fastjson2序列化
|
Dubbo 2.7.x 不支持情况
|
dubbo2.7 适配pr:#433
|
已完成 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
当前多模块能力在 sofaboot 已经较完备的支持,在 springboo 还在建设中,dubbo还未开始。但是有较多用户是使用 dubbo 框架,需要类似 springboot 或 sofaboot,验证 dubbo 建设多模块能力当前存在的gap,并制定后续建设的计划。
The text was updated successfully, but these errors were encountered: