mxsm opened a new issue, #7679: URL: https://github.com/apache/rocketmq/issues/7679
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary ![image](https://github.com/apache/rocketmq/assets/15797831/adb5df34-7b6e-4979-b7da-be8cb648e139) The processTimer property of RemotingCommand should not be serialized ### Motivation The processTimer property of RemotingCommand should not be serialized ### Describe the Solution You'd Like Cancel the serialization of this field ### Describe Alternatives You've Considered - This field serialization to the client is useless firstly, - secondly, the increased amount of serialized byte data increases the transmitted data. - Thirdly, the time of serialization is increased. ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org