You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
InLong Component
InLong DataProxy
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: