liubao68 commented on a change in pull request #13: 补充客户端示例 AsyncRestTemplate ,对其他示例进行完善 URL: https://github.com/apache/incubator-servicecomb-docs/pull/13#discussion_r200529657
########## File path: java-chassis-reference/zh_CN/build-consumer/develop-consumer-using-rpc.md ########## @@ -6,10 +6,45 @@ RPC开发方式允许用户通过在服务接口上标注注解来生成服务 只需要声明一个服务接口类型的成员,并且使用@RpcReference标注该成员,声明依赖的微服务及schemaId,即可进行服务调用,示例代码如下: +* 透明RPC 客户端代码示例 Review comment: 早期的文档没有一级标题,在手机上阅读很不方便。 修改内容的时候,可以在每个独立md文件中,都增加一级标题,标题内容和summary一致。 比如: # 使用RPC方式开发服务消费者 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
