We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a56bcf0 + 1cd7266 commit b63afcfCopy full SHA for b63afcf
README.md
@@ -84,7 +84,7 @@ The broker[broker-a, 192.169.1.2:10911] boot success...
84
85
* create topic in RocketMQ before start the stream processing.
86
```shell
87
-sh bin/mqadmin updateTopic -c DefaultCluster -t sourceTopic -r 8 -w 8 -n 127.0.0.1:9876
+sh bin/mqadmin updateTopic -c ${clusterName} -t ${topicName} -r 8 -w 8 -n 127.0.0.1:9876
88
```
89
90
NOTE: the default clusterName is DefaultCluster in this quick-start doc, changes it with your RocketMQ cluster.
0 commit comments