[GitHub] kafka pull request #3827: KAFKA-5654: add materialized count, reduce, aggreg...

2017-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3827 ---

[GitHub] kafka pull request #3827: KAFKA-5654: add materialized count, reduce, aggreg...

2017-09-11 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3827 KAFKA-5654: add materialized count, reduce, aggregate to KGroupedStream Add overloads of `count`, `reduce`, and `aggregate` that are `Materialized` to `KGroupedStream`. Refactor common parts