confluentinc / confluentinc/kafka-tutorials
Update all tutorials to use `GRACE`
- Dominant language
- Java
- Stars
- 39
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.