horizonzy opened a new issue #2554: URL: https://github.com/apache/rocketmq/issues/2554
**FEATURE REQUEST** 1. Please describe the feature you are requesting. I notice that MessageDecoder.string2messageProperties(requestHeader.getProperties()) will invoke twice in `org.apache.rocketmq.broker.processor.SendMessageProcessor#asyncSendMessage` and `org.apache.rocketmq.broker.processor.SendMessageProcessor#sendMessage`. In fact, it just need invoke once, and reuse the properties.  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
