This is an automated email from the ASF dual-hosted git repository.
huzongtang pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.
from 2820e47 [ISSUE #3215] polish litePullConsumer seek logic #3216
add 5bd7ccc Add little rocketmq robot
add d1f9915 Place into workflows directory
add 15b0cde Update greetings.yml
add 5a2aa7e Update greetings.yml
add d83b7e5 Fix typo
add cfadd4d Update greetings.yml
add 39f549a Update greetings.yml
add a20f31b Limit event trigger
add fb8bc64 Merge branch 'develop'
add e9c4253 [maven-release-plugin] prepare release rocketmq-all-4.9.1
add bb34171 [maven-release-plugin] prepare for next development iteration
add 9d4e8de Looking at the Chinese document, I found that the subtraction
operation of countdown timer is missing in asynchronous message push, so I
downloaded the code. I found that someone added subtraction operation to the
demo code in 18 years, but the document was not repaired, so I did this repair
add 0fdc73d Merge pull request #3033 from
zyh-future/zyh_asuncproducer_doc_fix
add 3a2b172 [ISSUE #3006]Replace ScheduledExecutorService instead of
Timer to avoid affecting other tasks during exception (#3001)
add 44bdeed [ISSUE 3203] Replace the class 'StringBuffer' by
'StringBuilder' (#3204)
new 9e66da4 Merge branch 'develop_include_prs_after_4.9.1_version',
remote-tracking branch 'origin' into develop
The 1 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:
.github/workflows/greetings.yml | 29 ++++++++++++++
.../acl/plain/RemoteAddressStrategyFactory.java | 2 +-
.../java/org/apache/rocketmq/common/UtilAll.java | 4 +-
.../apache/rocketmq/common/message/Message.java | 11 ++++--
.../rocketmq/common/protocol/NamespaceUtil.java | 2 +-
.../org/apache/rocketmq/common/UtilAllTest.java | 13 ++++++
.../rocketmq/common/utils/IOTinyUtilsTest.java | 4 +-
docs/cn/RocketMQ_Example.md | 6 ++-
.../rocketmq/example/benchmark/Consumer.java | 30 ++++++++------
.../rocketmq/example/benchmark/Producer.java | 44 ++++++++++++---------
.../example/benchmark/TransactionProducer.java | 46 ++++++++++++----------
.../filter/expression/UnaryExpression.java | 16 +++++++-
.../rocketmq/filter/parser/ParseException.java | 7 ++--
.../rocketmq/filter/parser/TokenMgrError.java | 3 +-
.../org/apache/rocketmq/filter/ParserTest.java | 2 +-
.../rocketmq/remoting/common/RemotingHelper.java | 2 +-
.../rocketmq/store/stats/BrokerStatsManager.java | 4 +-
.../message/QueryMsgByUniqueKeySubCommand.java | 5 ++-
18 files changed, 155 insertions(+), 75 deletions(-)
create mode 100644 .github/workflows/greetings.yml