kafka-tutorials icon indicating copy to clipboard operation
kafka-tutorials copied to clipboard

Old timestamps in ksqlDB tumbling windows tutorial

Open mikebin opened this issue 4 years ago • 0 comments

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.

mikebin avatar Jun 24 '21 06:06 mikebin