[ 
https://issues.apache.org/jira/browse/KAFKA-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guozhang Wang resolved KAFKA-3192.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.0.0

Issue resolved by pull request 870
[https://github.com/apache/kafka/pull/870]

> Add implicit unlimited windowed aggregation for KStream
> -------------------------------------------------------
>
>                 Key: KAFKA-3192
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3192
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Guozhang Wang
>             Fix For: 0.10.0.0
>
>
> Some users would want to have a convenient way to specify "unlimited windowed 
> aggregation" for KStreams. We can add that as a syntax-suger like the 
> following:
> {code}
> KTable aggregateByKey(aggregator)
> {code}
> Where it computes the aggregate WITHOUT windowing, and the underlying 
> implementation just use a RocksDBStore instead of a RocksDBWindowStore, and 
> the returned type will be KTable, not KTable<Windowed, ?>. 
> With this we can also remove UnlimitedWindows specs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to