gosonzhang opened a new issue, #5941: URL: https://github.com/apache/inlong/issues/5941
### What happened The parent issue is:https://github.com/apache/inlong/issues/5888 Based on the modification of [1], the number of message items is stored in the body. Unless we decode the content of the body and perform statistics, we should not change the value of the actual reported message. Then, from the analysis point of view, MsgType.MSG_MULTI_BODY_ATTR and MsgType There is a problem with setting the bar value of.MSG_MULTI_BODY. The message storage node needs to decode the body and count the number of bars. In this modification, the number of non-MsgType.MSG_MULTI_BODY_ATTR and MsgType.MSG_MULTI_BODY processing is modified: the initial number of message items is still stored in the Map 1. https://github.com/apache/inlong/issues/5915 ### What you expected to happen store initial reported cnt value ### How to reproduce 1 ### Environment linux ### InLong version master ### InLong Component InLong DataProxy ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
