ZhaoNiuniu opened a new pull request, #8319: URL: https://github.com/apache/inlong/pull/8319
### Prepare a Pull Request - Title Example: [INLONG-8315][Audit] Filter out illegal data that is more than 7 days old (configurable) - Fixes #8315 ### Motivation Currently, there are some data that cannot be sent normally due to various reasons. These data will be retried continuously, which affects the online data. Therefore, we define these data that cannot be sent normally as illegal data and discard them. We assume that data with a log time more than seven days ago is illegal data by default. ### Modifications I filtered out the data with a log time of seven days ago (by default), and configured the time to decide when to discard the data. -- 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]
