This is an automated email from the ASF dual-hosted git repository.
fuyou pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
from cafc9ac3d [ISSUE #6421] Fix the encode bug.
add c5fec3af4 [ISSUE #6402]opt transaction message check (#6401)
No new revisions were added by this update.
Summary of changes:
.../broker/processor/EndTransactionProcessor.java | 38 ++++++++++++++++++++
.../queue/TransactionalMessageUtil.java | 16 +++++++++
.../processor/EndTransactionProcessorTest.java | 41 ++++++++++++++++++++++
.../queue/TransactionalMessageUtilTest.java | 40 +++++++++++++++++++++
.../org/apache/rocketmq/common/BrokerConfig.java | 2 +-
.../rocketmq/remoting/protocol/ResponseCode.java | 2 ++
6 files changed, 138 insertions(+), 1 deletion(-)