Skip to content

Conversation

@andream7
Copy link
Contributor

@andream7 andream7 commented Sep 11, 2023

@qqeasonchen qqeasonchen merged commit 759011f into apache:master Sep 12, 2023
Comment on lines 1 to +3
# Eventmesh-runtime 快速入门说明

EventMesh Runtime 是 Apache EventMesh(孵化)的核心组件。它是在生产者和消费者之间传输事件的中间件。该文档介绍了在本地或测试环境中安装和启动最新版 EventMesh Runtime 的步骤。EventMesh Runtime 需要一个基于 Linux 的系统,并配备 JDK(Java 开发包)8+
EventMesh Runtime 是 EventMesh 集群中无状态的 Mesh 节点,负责 Source Connector 与 Sink Connector 之间的事件传输,并可以使用 EventMesh Storage 作为事件的存储队列
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is no need to change old version documents.

Comment on lines +42 to +61
type: 'category',
label: 'Observability',
collapsible: true,
collapsed: false,
items: [
{
type: 'autogenerated',
dirName: 'design-document/02-observability',
},
],
},
'design-document/schema-registry',
'design-document/spi',
'design-document/stream',
],
},
{
type: 'category',
label: 'Installation and Deployment',
collapsible: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Installation and Deployment" category should be in front of "Design Document". It is not recommended to change the original order of columns.

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #152.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants