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 0dd886e + a140c4c commit aeb8e4aCopy full SHA for aeb8e4a
README.md
@@ -89,7 +89,7 @@ sh bin/mqadmin updateTopic -c DefaultCluster -t sourceTopic -r 8 -w 8 -n 127.0.0
89
90
NOTE: the default clusterName is DefaultCluster in this quick-start doc, changes it with your RocketMQ cluster.
91
92
-* add your stream processing code, follow is the example. more example is [here](./example/src/main/java/org/apache/rocketmq/streams/examples).
+* add your stream processing code, The following is an example. more examples is [here](./example/src/main/java/org/apache/rocketmq/streams/examples).
93
```java
94
public static void main(String[] args) {
95
StreamBuilder builder = new StreamBuilder("wordCount");
0 commit comments