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

jinrongtong pushed a change to branch 4.9.x
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


    from 8335f7e6b Upgrade dledger version to 0.3.1.2 (#6428)
     new d98a8fad9 [ISSUE #4776]Support tag in litepullconsumer assign mode 
(#4775)
     new 9872667a7 [ISSUE #4805]In the subscribe mode, user-defined 
MessageQueueListener is supported. At the same time, you can specify the offset 
that the MessageQueue will commit (#4820)

The 2 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:
 .../client/consumer/DefaultLitePullConsumer.java   |  41 ++++++-
 .../rocketmq/client/consumer/LitePullConsumer.java |  32 ++++++
 .../impl/consumer/DefaultLitePullConsumerImpl.java | 125 ++++++++++++++++++---
 .../consumer/DefaultLitePullConsumerTest.java      |  87 ++++++++++++++
 ...> LitePullConsumerAssignWithSubExpression.java} |  17 ++-
 5 files changed, 281 insertions(+), 21 deletions(-)
 copy 
example/src/main/java/org/apache/rocketmq/example/simple/{LitePullConsumerAssign.java
 => LitePullConsumerAssignWithSubExpression.java} (84%)

Reply via email to