Hi, Flink community, Is there any existing code I can use to get the window top N with Flink 1.12? I saw the one possibility is to create a table and insert the aggregated data to the table, then do top N like [1]. However, I cannot make this approach work because I need to specify the connector for this table and I may also need to create another kafka topic for this. Is there any existing way to do the Window Top N with Flink 1.12?
[1] https://nightlies.apache.org/flink/flink-docs-release-1.12/dev/table/sql/queries.html#top-n Thanks, Jing