Skip to main content
Version: 1.x

Watermark

Filter plugin : Watermark​

Description​

Allows the user to specify the threshold of late data, and allows the engine to accordingly clean up old state.

Options​

nametyperequireddefault value
event_timestringyes
delay_thresholdstringyes
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"
}