I think `KStreamWindowAggregate` is used for any subclass of `Windows`, of which `TimeWindows` is one.
It's definitely not `SessionWindows`, since `SessionWindows` is not a subclass of `Windows`, but it could be `UnlimitedWindows` or any user-supplied `Windows` subclass. [ Full content available at: https://github.com/apache/kafka/pull/5567 ] This message was relayed via gitbox.apache.org for [email protected]
