Pil0tXia commented on code in PR #126: URL: https://github.com/apache/eventmesh-site/pull/126#discussion_r1318049031
########## i18n/zh/docusaurus-plugin-content-docs/current/instruction/03-runtime.md: ########## @@ -1,114 +1,138 @@ # Eventmesh-runtime 快速入门说明 +EventMesh Runtime 是 Apache EventMesh(孵化)的核心组件。它是在生产者和消费者之间传输事件的中间件。该文档介绍了在本地或测试环境中安装和启动最新版 EventMesh Runtime 的步骤。EventMesh Runtime 需要一个基于 Linux 的系统,并配备 JDK(Java 开发包)8+。 Review Comment: Please remove "孵化" characters. Here is the corrected version: ``` EventMesh Runtime 是 EventMesh 集群中无状态的 Mesh 节点,负责 Source Connector 与 Sink Connector 之间的事件传输,并可以使用 EventMesh Storage 作为事件的存储队列。 ``` This image is recommanded to be added in 1.10: https://user-images.githubusercontent.com/41445332/262211692-637d24d4-a30b-434e-8da0-25c02ebd6422.png ########## i18n/zh/docusaurus-plugin-content-docs/current/instruction/03-runtime.md: ########## @@ -1,114 +1,138 @@ # Eventmesh-runtime 快速入门说明 +EventMesh Runtime 是 Apache EventMesh(孵化)的核心组件。它是在生产者和消费者之间传输事件的中间件。该文档介绍了在本地或测试环境中安装和启动最新版 EventMesh Runtime 的步骤。EventMesh Runtime 需要一个基于 Linux 的系统,并配备 JDK(Java 开发包)8+。 Review Comment: Please remove "孵化" characters. Here is the corrected version: ``` EventMesh Runtime 是 EventMesh 集群中无状态的 Mesh 节点,负责 Source Connector 与 Sink Connector 之间的事件传输,并可以使用 EventMesh Storage 作为事件的存储队列。 ``` This image is recommanded to be added in 1.10: https://user-images.githubusercontent.com/41445332/262211692-637d24d4-a30b-434e-8da0-25c02ebd6422.png ########## i18n/zh/docusaurus-plugin-content-docs/current/instruction/03-runtime.md: ########## @@ -1,114 +1,138 @@ # Eventmesh-runtime 快速入门说明 +EventMesh Runtime 是 Apache EventMesh(孵化)的核心组件。它是在生产者和消费者之间传输事件的中间件。该文档介绍了在本地或测试环境中安装和启动最新版 EventMesh Runtime 的步骤。EventMesh Runtime 需要一个基于 Linux 的系统,并配备 JDK(Java 开发包)8+。 Review Comment: Please remove all "孵化" characters. Here is the corrected version: ``` EventMesh Runtime 是 EventMesh 集群中无状态的 Mesh 节点,负责 Source Connector 与 Sink Connector 之间的事件传输,并可以使用 EventMesh Storage 作为事件的存储队列。 ``` This image is recommanded to be added in 1.10: https://user-images.githubusercontent.com/41445332/262211692-637d24d4-a30b-434e-8da0-25c02ebd6422.png -- 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]
