Skip to content

Commit ff35dc0

Browse files
committed
Unify 'EventMesh Runtime'
1 parent fdf1c97 commit ff35dc0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/design-document/03-connect/02-knative-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ application {
4040

4141
## Demo
4242
### Publish an Event Message from Knative and Subscribe from EventMesh
43-
#### Step 1: Start an Eventmesh-Runtime Server
43+
#### Step 1: Start an EventMesh Runtime Server
4444
```bash
4545
$ cd eventmesh-starter
4646
$ ../gradlew -PmainClass=org.apache.eventmesh.starter.StartUp run
@@ -68,7 +68,7 @@ The following message with `data` field as `Hello CloudEvents!` will be printed
6868
```
6969

7070
### Publish an Event Message from EventMesh and Subscribe from Knative
71-
#### Step 1: Start an Eventmesh-Runtime Server
71+
#### Step 1: Start an EventMesh Runtime Server
7272
```bash
7373
$ cd eventmesh-starter
7474
$ ../gradlew -PmainClass=org.apache.eventmesh.starter.StartUp run

docs/instruction/01-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
64-bit JDK 1.8+;
88
Gradle 7.0+, we recommend 7.0.*
99
4g+ available disk to deploy eventmesh-store
10-
If you choose standalone mode, you could skip this file and go to the next step: Start Eventmesh-Runtime; if not, you could choose RocketMQ as the store layer.
10+
If you choose standalone mode, you could skip this file and go to the next step: Start EventMesh Runtime; if not, you could choose RocketMQ as the store layer.
1111
```
1212

1313
## 2 Download
@@ -39,7 +39,7 @@ nohup sh bin/mqbroker -n localhost:9876 &
3939
tail -f ~/logs/rocketmqlogs/broker.log
4040
```
4141

42-
The deployment of eventmesh-store has finished, please go to the next step: [Start Eventmesh-Runtime](03-runtime.md)
42+
The deployment of eventmesh-store has finished, please go to the next step: [Start EventMesh Runtime](03-runtime.md)
4343

4444
## Reference
4545

docs/instruction/02-store-with-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EventMesh Store with Docker
22

3-
If you choose standalone mode, you could skip this file and go to the next step: Start Eventmesh-Runtime; if not, you could choose RocketMQ as the store layer.
3+
If you choose standalone mode, you could skip this file and go to the next step: Start EventMesh Runtime; if not, you could choose RocketMQ as the store layer.
44

55
## 1. Dependencies
66

@@ -70,4 +70,4 @@ sudo docker run -d -p 10911:10911 -p 10909:10909 \
7070

7171
Please note that the **rocketmq-broker ip** is **pod ip**. If you want to modify this ip, you can set it your custom value in **broker.conf**
7272

73-
By now, the deployment of eventmesh-store has finished, please go to the next step: [Start Eventmesh-Runtime Using Docker](04-runtime-with-docker.md)
73+
By now, the deployment of eventmesh-store has finished, please go to the next step: [Start EventMesh Runtime Using Docker](04-runtime-with-docker.md)

docs/instruction/04-runtime-with-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The documentation introduces the steps to install the latest release of EventMes
99
64-bit JDK 1.8+;
1010
Gradle 7.0+, we recommend 7.0.*
1111
4g+ available disk to deploy eventmesh-store
12-
If you choose standalone mode, you could skip this file and go to the next step: Start Eventmesh-Runtime; if not, you could choose RocketMQ as the store layer.
12+
If you choose standalone mode, you could skip this file and go to the next step: Start EventMesh Runtime; if not, you could choose RocketMQ as the store layer.
1313
```
1414

1515
## 2. Pull EventMesh Image

i18n/zh/docusaurus-plugin-content-docs/current/design-document/01-event-handling-and-integration/01-runtime-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class Header {
5555
| REQUEST_TO_SERVER, REQUEST_TO_CLIENT, RESPONSE_TO_SERVER, RESPONSE_TO_CLIENT, ASYNC_MESSAGE_TO_SERVER, ASYNC_MESSAGE_TO_CLIENT, BROADCAST_MESSAGE_TO_SERVER, BROADCAST_MESSAGE_TO_CLIENT, ASYNC_MESSAGE_TO_CLIENT_ACK, BROADCAST_MESSAGE_TO_CLIENT_ACK, RESPONSE_TO_CLIENT_ACK, REQUEST_TO_CLIENT_ACK | OpenMessage |
5656
| REDIRECT_TO_CLIENT | RedirectInfo |
5757

58-
#### 3. Client 与 Eventmesh-Runtime(Server)交互场景详解
58+
#### 3. Client 与 EventMesh Runtime(Server)交互场景详解
5959

6060
```java
6161
public enum Command {

0 commit comments

Comments
 (0)