You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/05/22 03:01:04 UTC

[GitHub] [servicecomb-java-chassis] HoyerIsAlexander commented on issue #1213: rpc提供方方法重名,消费方调用时,会报方法名找不到的错误

HoyerIsAlexander commented on issue #1213: rpc提供方方法重名,消费方调用时,会报方法名找不到的错误
URL: https://github.com/apache/servicecomb-java-chassis/issues/1213#issuecomment-494633634
 
 
   > I tested the scenario, it seems a bug. You can try this in client:
   > 
   > ```
   > Interface RpcApi
   > {
   > void sayHiNoParam();
   > 
   > void sayHiWithParam(String content);
   > }
   > ```
   
   Thanks.  We will change our code and use the unique method name, but i think  servicecomb need to support this feature.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services