confluentinc / confluentinc/kafka-tutorials
Old timestamps in ksqlDB tumbling windows tutorial
Open
- Dominant language
- Java
- Stars
- 39
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Source records for `ratings` in the ksqlDB tumbling windows tutorial (https://kafka-tutorials.confluent.io/create-tumbling-windows/ksql.html) are 2 years old, which can cause issues in the persistent query output. Since ksqlDB 0.11.0, windowed table output topics are now configured as `compact,delete`, so records with old timestamps might be purged quickly.
Contributor guide
Assessment
This issue has not been assessed yet.