You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Porting confluentinc/ksqldb-recipes#161 here
https://www.confluent.io/blog/ksqldb-0-23-1-features-updates/#grace-period
Action: review all recipes and add
GRACE
where appropriateWith additional note:
The text was updated successfully, but these errors were encountered: