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 2020/01/15 01:04:14 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1536: 在RPC调用时报下面DuplicateMemberException: duplicate method

liubao68 commented on issue #1536: 在RPC调用时报下面DuplicateMemberException: duplicate method
URL: https://github.com/apache/servicecomb-java-chassis/issues/1536#issuecomment-574447626
 
 
   需要确保每个方法有唯一的operation id。 
   
   ```
   @ApiOperation(value="", nickname="decode2")
   RpcResponse decode(@NotNull DecodeReqDTO decodeInfo) throws Exception;
   
   RpcResponse<byte[]> encode(@NotNull EncodeReqDTO encodeInfo) throws Exception;
   ```

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