This is an automated email from the ASF dual-hosted git repository.
karp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git
The following commit(s) were added to refs/heads/main by this push:
new 1cd7266d [doc] modify quick start
new b63afcf3 Merge pull request #240 from ni-ze/newWorld-4
1cd7266d is described below
commit 1cd7266d1b118985b44ce2bcd1943ed97b897ced
Author: 维章 <[email protected]>
AuthorDate: Wed Jan 4 09:21:29 2023 +0800
[doc] modify quick start
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5798974c..a37d545e 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ The broker[broker-a, 192.169.1.2:10911] boot success...
* create topic in RocketMQ before start the stream processing.
```shell
-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
```
NOTE: the default clusterName is DefaultCluster in this quick-start doc,
changes it with your RocketMQ cluster.