liubao68 commented on issue #4422:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/4422#issuecomment-2251794363

   这种场景比较麻烦,没法提供通用的兼容性方案。 可以看看 InvokerUtils `createInvocation` 方法, 可以通过 
`OperationMeta` 获取到参数列表,然后将数组参数映射为Map参数,再调用。 这个前提是 `OperationMeta` 
获取到参数列表是和实际的参数列表顺序是一致的(1.3.x其实也有这样的假设,但这个假设可能是不可靠的,这也是2.x做这个变化的原因)。 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to