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/28 01:14:31 UTC

[rocketmq-streams] branch main updated (bb7931f3 -> 8ba8e006)

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 bb7931f3 Merge pull request #176 from tongfs/main
     new b9f2e6d7 modify FileSource example; add a data source file
     new e1ac432b update README.md
     new 77db2646 Add variable type conversion
     new 15c3a2ef remove the type conversion;
     new 8ba8e006 Merge pull request #173 from hyl-xidian/main

The 449 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:
 rocketmq-streams-examples/README.md                | 47 ++++++++++++++++++++--
 .../streams/examples/source/FileSourceExample.java | 18 +++++++--
 .../src/main/resources/scores.txt                  | 18 +++++++++
 3 files changed, 76 insertions(+), 7 deletions(-)
 create mode 100644 rocketmq-streams-examples/src/main/resources/scores.txt