kafka-tutorials
kafka-tutorials copied to clipboard
Update all tutorials to use `GRACE`
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.