Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all tutorials to use GRACE #1040

Open
ybyzek opened this issue Feb 2, 2022 · 0 comments
Open

Update all tutorials to use GRACE #1040

ybyzek opened this issue Feb 2, 2022 · 0 comments
Labels
ksqlDB ksqlDB related

Comments

@ybyzek
Copy link
Contributor

ybyzek commented Feb 2, 2022

Porting confluentinc/ksqldb-recipes#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ksqlDB ksqlDB related
Projects
None yet
Development

No branches or pull requests

1 participant