Skip to content

Commit b63afcf

Browse files
authored
Merge pull request #240 from ni-ze/newWorld-4
[doc] modify quick start
2 parents a56bcf0 + 1cd7266 commit b63afcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The broker[broker-a, 192.169.1.2:10911] boot success...
8484

8585
* create topic in RocketMQ before start the stream processing.
8686
```shell
87-
sh bin/mqadmin updateTopic -c DefaultCluster -t sourceTopic -r 8 -w 8 -n 127.0.0.1:9876
87+
sh bin/mqadmin updateTopic -c ${clusterName} -t ${topicName} -r 8 -w 8 -n 127.0.0.1:9876
8888
```
8989

9090
NOTE: the default clusterName is DefaultCluster in this quick-start doc, changes it with your RocketMQ cluster.

0 commit comments

Comments
 (0)