weibocom / motan

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

增强泛化调用,支持List<POJO>做参数情况下的泛化调用 #1043

Closed coderDylan closed 9 months ago

coderDylan commented 1 year ago

https://github.com/weibocom/motan/issues/1042

1.新增支持List等做参数场景下的泛化调用,增强泛化调用的功能 2.完善样例,新增POJO、List等做参数情况下的泛化调用,以及motan协议泛化调用

coderDylan commented 1 year ago

@rayzhang0603 抽空review一下

rayzhang0603 commented 1 year ago

感谢提交PR。我们在评估一下泛化的使用场景,以及泛化可以支持到什么程度,比如Map和List的嵌套以及复杂对象的描述。

另外,不建议直接使用Dubbo的代码,这在开源界并不推荐。