This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.
from 2509b0e Merge pull request #2961 from areyouok/dev_speed_F
new b13a4c8 [ISSUE 2883] [Part G] Optimise parse performance for
SendMessageRequestHeaderV2
new a137e48 [ISSUE 2883] [Part G] Optimise parse performance for
SendMessageRequestHeaderV2, unit test
new 3e01424 Merge pull request #3134 from areyouok/dev_speed_G
The 1747 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/AbstractSendMessageProcessor.java | 79 ++++++++++++++++++++-
.../AbstractSendMessageProcessorTest.java | 82 ++++++++++++++++++++++
2 files changed, 158 insertions(+), 3 deletions(-)
create mode 100644
broker/src/test/java/org/apache/rocketmq/broker/processor/AbstractSendMessageProcessorTest.java