This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git.
from 961363d Merge pull request #43 from yuanxiaodong/window
new 7d5f354 read rocketmq and print.
new 81b3fff merge
new 77f60eb RocketMQSourceExample2 can run now, read form mq and print.
new 1502952 Merge pull request #44 from ni-ze/private/debug
The 124 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:
.../apache/rocketmq/streams/RocketMQOffset.java | 17 ++-
.../rocketmq/streams/source/RocketMQSource.java | 146 +++++++++------------
.../streams/client/transform/DataStream.java | 4 +-
.../common/channel/source/AbstractSource.java | 44 +++----
.../common/checkpoint/CheckPointManager.java | 31 ++---
.../streams/common/configurable/IConfigurable.java | 4 +-
.../streams/common/context/AbstractContext.java | 5 +-
.../streams/common/functions/MapFunction.java | 4 +-
.../common/topology/builder/PipelineBuilder.java | 3 +-
.../common/topology/model/AbstractStage.java | 3 +-
.../common/topology/stages/udf/StageBuilder.java | 6 +-
.../rocketmqsource/RocketMQSourceExample2.java | 11 +-
.../streams/filter/operator/ExpressionTest.java | 3 +-
.../script/operator/impl/FunctionScript.java | 2 +-
14 files changed, 125 insertions(+), 158 deletions(-)