GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3902
KAFKA-5922: Add SessionWindowedKStream Add `SessionWindowedKStream` and implementation. Deprecate existing `SessionWindow` `aggregate` methods on `KGroupedStream` You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka kafka-5922 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3902.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3902 ---- commit 0e1b3e0f5eff1eae5608f3cd37bc247e3cf0b8d6 Author: Damian Guy <damian....@gmail.com> Date: 2017-09-18T12:11:33Z initial blah" commit 5e80cfde3c4deb1c4bb006ceb3af1c1668541c6b Author: Damian Guy <damian....@gmail.com> Date: 2017-09-19T11:02:43Z add SessionWindowedKStream ---- ---