Watermark
Filter plugin : Watermarkâ
- Author: InterestingLab
- Homepage: https://interestinglab.github.io/seatunnel-docs
- Version: 1.3.0
Descriptionâ
Allows the user to specify the threshold of late data, and allows the engine to accordingly clean up old state.
Optionsâ
name | type | required | default value |
---|---|---|---|
event_time | string | yes | |
delay_threshold | string | yes |
event_time [string]â
The name of the column that contains the event time of the row.
delay_threshold [string]â
The minimum delay to wait to data to arrive late, relative to the latest record that has been processed in the form of an interval (e.g. "1 minute" or "5 hours").
Exampleâ
Watermark {
event_time = "datetime"
delay_threshold = "5 minutes"
}