You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2021/05/12 04:25:09 UTC

[rocketmq] branch pop_consumer updated (0938aab -> 7d32c02)

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

duhengforever pushed a change to branch pop_consumer
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 0938aab  Merge pull request #2835 from hill007299/pop_consumer
     new 16262fc  [RIP-19] Pop Consuming (add example & doc)
     new 9a7c61c  fix rat-check
     new 7d32c02  Merge pull request #2862 from hill007299/pop_consumer

The 1523 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:
 .../processor/PopBufferMergeServiceTest.java       | 16 ++++++
 docs/en/Feature.md                                 |  7 ++-
 example/pom.xml                                    |  4 ++
 .../rocketmq/example/simple/PopPushConsumer.java   | 61 ++++++++++++++++++++++
 4 files changed, 87 insertions(+), 1 deletion(-)
 create mode 100644 example/src/main/java/org/apache/rocketmq/example/simple/PopPushConsumer.java