You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A custom time window is something like workdays (Monday to Friday), nature month (day 1 to day 28/29/30/31 due to month) etc.
And counting window is not rely on timestamp but count of messages. There are also two types of counting window, tumbling and hopping. You can refer to Apache Flink for more detail.
How to create custom window in KSQL? Does KSQL plan to support counting window?
See this comment for examples.
The text was updated successfully, but these errors were encountered: