You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ka...@apache.org on 2022/06/23 04:16:40 UTC

[rocketmq-streams] branch main updated (f90c5eaa -> f8f755ef)

This is an automated email from the ASF dual-hosted git repository.

karp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


    from f90c5eaa Merge pull request #166 from apache/dependabot/maven/com.alibaba-fastjson-1.2.83
     new 61496335 fix(doc) modify version
     new eab4aa61 fix(doc) modify quick start
     new 176f0055 docs(quick start) different example use different topic
     new b635a9c9 fix(bug) code style
     new f8f755ef Merge pull request #169 from ni-ze/main-doc

The 438 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README-chinese.md                                  |  86 +++++++------
 README.md                                          |  87 ++++++++-----
 docs/README.md                                     | 142 ---------------------
 docs/SUMMARY.md                                    |   9 +-
 docs/book.json                                     |  44 -------
 ...256\236\347\216\260\345\256\271\351\224\231.md" |   0
 docs/quick_start/README.md                         |  46 -------
 quick_start.md                                     |  86 ++-----------
 .../streams/common/context/UserDefinedMessage.java |  31 +----
 rocketmq-streams-examples/README.md                |   2 +-
 .../examples/aggregate/RocketMQWindowExample.java  |  13 +-
 .../checkpoint/RemoteCheckpointExample.java        |  12 +-
 .../mutilconsumer/MultiStreamsExample.java         |  17 +--
 .../streams/examples/mutilconsumer/Producer.java   |  10 +-
 .../examples/source/RocketmqSourceExample1.java    |  11 +-
 .../examples/source/RocketmqSourceExample2.java    |  13 +-
 .../examples/source/RocketmqSourceExample3.java    |  18 +--
 .../examples/source/RocketmqSourceExample4.java    |  12 +-
 18 files changed, 183 insertions(+), 456 deletions(-)
 delete mode 100644 docs/README.md
 delete mode 100644 docs/book.json
 delete mode 100644 "docs/design/6.RocketMQ-streams\345\246\202\344\275\225\345\256\236\347\216\260\345\256\271\351\224\231.md"
 delete mode 100644 docs/quick_start/README.md