asdxiab opened a new issue, #4259:
URL: https://github.com/apache/servicecomb-java-chassis/issues/4259

   业务网关implements 
InvocationHandler,在反射中做rpc调用,但是InvokerUtils.syncInvoke方法变了,这个有啥办法处理Object[] 
args 转成 <String, Object> 
swaggerArguments,尝试过将method中parameters的name做key,但是没发保证arg[]顺序和method入参一致
   
   例如:
   public class  Invoker implements InvocationHandler {
   @Override  
   public Object invoke(Object proxy, Method method, Object[] args) {
       Object response = InvokerUtils.syncInvoke(microserviceName,
                      microserviceSchemaId, microserviceOperationId,args);
   }
   }


-- 
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