You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ti...@apache.org on 2022/01/06 12:21:28 UTC

[rocketmq] branch develop updated (43009b7 -> e154529)

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

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


    from 43009b7  [ISSUE #3685] Fix param spelling error (#3678)
     new 13f561b  [ISSUE #2969] Add a skip accumulation message command in mqadmin.
     new e154529  Merge pull request #2970 from zhangjidi2016/add_skipAccumulatedMessage_command

The 1925 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/tools/command/MQAdminStartup.java     |  2 +
 ...ommand.java => SkipAccumulationSubCommand.java} | 61 ++++++++++------------
 .../SkipAccumulationCommandTest.java}              | 23 ++++----
 3 files changed, 40 insertions(+), 46 deletions(-)
 copy tools/src/main/java/org/apache/rocketmq/tools/command/offset/{ResetOffsetByTimeCommand.java => SkipAccumulationSubCommand.java} (72%)
 copy tools/src/test/java/org/apache/rocketmq/tools/command/{broker/SendMsgStatusCommandTest.java => offset/SkipAccumulationCommandTest.java} (76%)