Michael Noll created KAFKA-5636: ----------------------------------- Summary: DSL: allow sliding windows to be used directly (i.e. not just implicitly when doing joins) Key: KAFKA-5636 URL: https://issues.apache.org/jira/browse/KAFKA-5636 Project: Kafka Issue Type: Improvement Components: streams Affects Versions: 0.11.0.0 Reporter: Michael Noll Priority: Minor
We support three windowing types in the DSL right now: * Tumbling windows * Hopping windows (note: some stream processing tools call these "sliding windows") * Session windows Some users have expressed the need for sliding windows. We already support sliding windows because they are used for joins, but we don't expose sliding windows directly through the API/DSL. -- This message was sent by Atlassian JIRA (v6.4.14#64029)