apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.3k stars 11.71k forks source link

[Enhancement] Remove unnecessary operations from the critical section #8945

Closed 3424672656 closed 1 week ago

3424672656 commented 1 week ago

Before Creating the Enhancement Request

Summary

image Move the serialization operation outside the lock

Motivation

null

Describe the Solution You'd Like

null

Describe Alternatives You've Considered

null

Additional Context

No response