I am using Kafka stream to perform aggregation to find windowed average. ( 3 seconds window size)
I tried both tumbling window and hoping window , but the output topic have results only in every 30 seconds, not in every 3 seconds.
I changes the window size to higher values(1 min) and lower values (1 sec). For all, the output generation rate is close to 25 to 30 seconds. The internal window size is correct.
Is there any configuration in Kafka that increase the output generation speed.