What is a 'tumbling window' in Kafka Streams?
-
A
A fixed-size, non-overlapping time window where each record belongs to exactly one window
-
B
A sliding window that moves forward by a fixed step
-
C
A session window defined by inactivity gaps
-
D
An unbounded window that aggregates all records