gosonzhang opened a new issue, #8311: URL: https://github.com/apache/inlong/issues/8311
### Description After the Source module writes data to the Channel, if the main Channel is full, the event object will be written to the file channel, and the event read from the file channel by MessageQueueZoneSink.process()[1] will become a FlumeEvent. At this time, we need to convert it to SimpleEvent or ProxyEvent to process data correctly 1. https://github.com/apache/inlong/blob/master/inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/sink/mq/MessageQueueZoneSink.java#L212  ### 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]
