pandaapo commented on code in PR #152:
URL: https://github.com/apache/eventmesh-site/pull/152#discussion_r1427547215


##########
docs/instruction/05-demo.md:
##########
@@ -42,8 +42,11 @@ Run the main method of 
org.apache.eventmesh.tcp.demo.pub.eventmeshmessage.AsyncP
 
 More information about EventMesh-TCP, please refer to [EventMesh 
TCP](../sdk-java/03-tcp.md)
 
+## 2 HTTP
 
-## 2 HTTP DEMO
+>For HTTP, the eventmesh-sdk-java implements sending and subscribing to 
asynchronous events.
+>
+>In the demo, the `content` field of the Java class `LiteMessage` represents a 
special protocol. Therefore, if you are using the eventmesh-sdk-java's 
http-client, you only need to design the content of the protocol and provide 
the consumer's application at the same time.

Review Comment:
   `LiteMessage` is no longer present in the code of EventMesh.



##########
docs/instruction/03-runtime.md:
##########
@@ -1,6 +1,6 @@
 # EventMesh Runtime
 
-The EventMesh Runtime is a stateful mesh node in an EventMesh cluster that is 
responsible for event transfer between the Source Connector and the Sink 
Connector, and can use EventMesh Storage as a storage queue for events.
+The EventMesh Runtime is a stateful mesh node in an EventMesh cluster that is 
responsible for event transfer between the Source Connector and the Sink 
Connector, and can use Event Store as a storage queue for events.
 
 ![EventMesh Runtime](/images/design-document/runtime.png)

Review Comment:
   The relative paths of all images in this document are incorrect. Could you 
help correct them?



##########
docs/instruction/03-runtime.md:
##########
@@ -1,6 +1,6 @@
 # EventMesh Runtime
 
-The EventMesh Runtime is a stateful mesh node in an EventMesh cluster that is 
responsible for event transfer between the Source Connector and the Sink 
Connector, and can use EventMesh Storage as a storage queue for events.
+The EventMesh Runtime is a stateful mesh node in an EventMesh cluster that is 
responsible for event transfer between the Source Connector and the Sink 
Connector, and can use Event Store as a storage queue for events.

Review Comment:
   The original "EventMesh Storage" can correspond to the eventmesh storage 
plugin module.
   
   原来的“EventMesh Storage”能对应eventmesh storage plugin模块。



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to