zhengyangyong commented on a change in pull request #47: General development
dir translation and include img
URL:
https://github.com/apache/incubator-servicecomb-docs/pull/47#discussion_r212515800
##########
File path:
java-chassis-reference/en_US/general-development/cross-app-invocation.md
##########
@@ -33,14 +33,14 @@ consumer端指定微服务名称调用provider的时候,需要加上provider
String.class, "ServiceComb");
```
-- RPC调用方式
+- RPC call method
- 当consumer端以RPC方式开发微服务消费者时,声明的服务提供者代理如下:
+ When the consumer client develops a microservice consumer in RPC mode, the
declared service provider proxy is as follows:
```java
@RpcReference(schemaId = "hello", microserviceName =
"helloApp:helloProvider")
private Hello hello;
```
- 调用方式和调用同应用下的微服务相同:
+ The calling method and calling are the same as the microservices under the
application:
Review comment:
这句话的翻译 诡异
----------------------------------------------------------------
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