-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for tunable retention, grace period for windowed tables (…
…#4733) Fixes #4157, adding SQL syntax for specifying retention, grace period for all 3 windowed tables (tumbling, hopping, session) ``` ... RETENTION 60 SECONDS, GRACE PERIOD 0 SECONDS ... ``` Both clauses are optional, and will fallback to Kafka streams defaults if unspecified. Added documentation, functional tets, abstractions for passing around a window time clause
- Loading branch information
1 parent
a25f0fb
commit 30d49b3
Showing
22 changed files
with
737 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.