Kafka Streams default aggregation when not using window

Viewed 39

When you don't use a windowed setting with kafka streams, how does aggregation work? It seems to have some kind of window when using the materialized key value store. I cant seem to find the threshold for when it will create a new aggregation. This will help me decide if I need to add a custom window for my use case.

0 Answers
Related