kafka-tutorials icon indicating copy to clipboard operation
kafka-tutorials copied to clipboard

Update all tutorials to use `GRACE`

Open ybyzek opened this issue 3 years ago • 0 comments

Porting https://github.com/confluentinc/ksqldb-recipes/issues/161 here

https://www.confluent.io/blog/ksqldb-0-23-1-features-updates/#grace-period

In ksqlDB 0.23, we added the ability to specify a GRACE PERIOD in the WITHIN clause for stream-stream joins. The GRACE PERIOD clause will become mandatory in a future release and is only optional for now to ensure backward compatibility. Thus, we highly encourage you to use the GRACE PERIOD clause right away.

Action: review all recipes and add GRACE where appropriate

With additional note:

We plan to make GRACE also mandatory for windowed aggregations, so it's not just for stream-stream joins.

ybyzek avatar Feb 02 '22 18:02 ybyzek