You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/01/24 05:51:47 UTC

[GitHub] [incubator-eventmesh] vongosling commented on a change in pull request #723: [Issue #718] update Grpc Message Model name to SimpleMessage

vongosling commented on a change in pull request #723:
URL: https://github.com/apache/incubator-eventmesh/pull/723#discussion_r790428932



##########
File path: docs/cn/instructions/eventmesh-runtime-quickstart-with-docker.md
##########
@@ -78,7 +78,7 @@ sudo vi eventmesh.properties
 |----------------------------|-------|----------------------------|
 | eventMesh.server.http.port | 10105 | EventMesh http server port |
 | eventMesh.server.tcp.port  | 10000 | EventMesh tcp server port  |
-
+| eventMesh.server.grpc.port | 10205 | EventMesh grpc server port |
 
 
 ### 配置 rocketmq-client.properties

Review comment:
       Remove rocketmq...

##########
File path: docs/cn/instructions/eventmesh-sdk-java-quickstart.md
##########
@@ -70,5 +70,54 @@ TCP 和 HTTP 示例都在**eventmesh-example**模块下
 运行org.apache.eventmesh.http.demo.pub.eventmeshmessage.AsyncPublishInstance的主要方法
 ```
 
+### 3. GRPC 演示
 
+> 对于 GRPC, eventmesh-sdk-java 实现了 Google gRPC 和 Google Protocol Buffers 协议. 它能异步和同步发送事件到 eventmesh-runtime.

Review comment:
       No need to mention Google, gRPC and Protocol Buffer.




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

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org