Hi,
I'm a new user of Flink, and have been puzzled a lot by the time-based window
aggregation result.
For our business, hourly and daily reports have to been created best in a real
time style. So, I used a event-time based window aggregation to consume
the Kafka data stream, but found that, only after the current hour or day
passed, the newest result could be seen on console or upserted to MySQL.
How can I get the latest window result immediately after a stream record
falling into it? Is there a specific configuration option for this, hopefully?
Please help and rescue me.
Best regards.