apache / rocketmq-streams

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
171 stars 82 forks source link

Add string schema and word-count example #216

Closed MatrixHB closed 2 years ago

MatrixHB commented 2 years ago

If the RocketMQ message is in the form of String, the word-count example needs to use the message body itself for grouping. The input data of word-count demo is as follows.

Tom
Jack
David
Shannon
Jack
Nick
Tom
David
Shannon
....

The running result of word-count demo is as follows. image

ni-ze commented 2 years ago

Good catch~~