Is it possible in Flink SQL to tumble a window by row size instead of time?
Let's say that I want a window for every 10000 rows for example using the Flink SQL API. is that possible? I can't find any documentation on how to do that, and I don't know if it is supported.