Skip to content

Commit a43b288

Browse files
committed
update 02quickstart.md
1 parent a0cc3cc commit a43b288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/02quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ We can also try to use the client sdk to send and receive messages, you can see
103103
3. Create topic by mqadmin cli tools.
104104
105105
```shell
106-
$ sh bin/mqadmin updatetopic -n localhost:9876 -t TestTopic
106+
$ sh bin/mqadmin updatetopic -n localhost:9876 -t TestTopic -c DefaultCluster
107107
```
108108
109109
4. In the Java project you have created, create a program that sends messages and run it with the following code:

versioned_docs/version-5.0/02-quickStart/02quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $ sh bin/tools.sh org.apache.rocketmq.example.quickstart.Consumer
105105
3. 通过mqadmin创建 Topic。
106106
107107
```shell
108-
$ sh bin/mqadmin updatetopic -n localhost:9876 -t TestTopic
108+
$ sh bin/mqadmin updatetopic -n localhost:9876 -t TestTopic -c DefaultCluster
109109
```
110110
111111
4. 在已创建的Java工程中,创建发送普通消息程序并运行,示例代码如下:

0 commit comments

Comments
 (0)