Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-20573

Add a configuration item to flinksql's 'with' configuration syntax to filter on exception data

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 1.11.2
    • None
    • Table SQL / API
    • None

    Description

      Currently, after defining the event time and watermark in flink sql, if abnormal data is received, such as test data, and it happens that the event time of that test data is very large, it will cause the watermark of the whole stream to become large, so that any normal data coming in afterwards will not be processed by the stream.
      Is it possible to set a configuration item in 'with' to identify what kind of data is abnormal data that can be automatically filtered, such as event time more than half an hour or more than 2 hours from the current time, will be automatically filtered by the stream; or the event time of an event with a certain value range in the event stream id will not affect the stream's watermark generation.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cxiiiiiii Xiao Cai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: