ruiwang04 opened a new issue #1413: servicecomb有类似dubbo泛化调用的功能吗,如果有的话怎么使用呢
URL: https://github.com/apache/servicecomb-java-chassis/issues/1413
 
 
   我发现InvokerUtils.syncInvoke(String microserviceName, String schemaId, String 
operationName, Object[] args)方法好像是跟dubbo的泛化调用类似,使用了一下,发现一些问题
   只能通过map传参,一个方法体内第一次调用没问题,后续调用会报下面这种错
   InvocationException: code=400;msg={message=Parameters not valid or types not 
match.}
   org.apache.servicecomb.swagger.invocation.exception.InvocationException: 
InvocationException: code=400;msg={message=Parameters not valid or types not 
match.}
           at 
org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory.doCreate(ExceptionFactory.java:74)
           at 
org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory.create(ExceptionFactory.java:61)
   
   
   InvokerUtils.syncInvoke(String microserviceName, String microserviceVersion, 
String transport, String schemaId, String operationName, Object[] 
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to