You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2015/12/10 01:07:10 UTC

[jira] [Updated] (KAFKA-2653) Stateful operations in the KStream DSL layer

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

Guozhang Wang updated KAFKA-2653:
---------------------------------
    Description: 
This includes the interface design the implementation for stateful operations including:

0. table representation in KStream.
1. stream-stream join.
2. stream-table join.
3. table-table join.
4. stream / table aggregations.

With 0 and 3 being tackled in KAFKA-2856 and KAFKA-2962 separately, this ticket is going to only focus on windowing definition and 1 / 2 / 4 above.

  was:
This includes the interface design the implementation for stateful operations including:

0. table representation in KStream.
1. stream-stream join.
2. stream-table join.
3. table-table join.
4. stream / table aggregations.


> Stateful operations in the KStream DSL layer
> --------------------------------------------
>
>                 Key: KAFKA-2653
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2653
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Guozhang Wang
>
> This includes the interface design the implementation for stateful operations including:
> 0. table representation in KStream.
> 1. stream-stream join.
> 2. stream-table join.
> 3. table-table join.
> 4. stream / table aggregations.
> With 0 and 3 being tackled in KAFKA-2856 and KAFKA-2962 separately, this ticket is going to only focus on windowing definition and 1 / 2 / 4 above.



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