You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Leah Thomas (Jira)" <ji...@apache.org> on 2020/12/17 14:31:00 UTC

[jira] [Resolved] (KAFKA-9126) Extend `StreamJoined` to allow more store configs

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

Leah Thomas resolved KAFKA-9126.
--------------------------------
    Fix Version/s: 2.8.0
       Resolution: Fixed

> Extend `StreamJoined` to allow more store configs
> -------------------------------------------------
>
>                 Key: KAFKA-9126
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9126
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 2.4.0
>            Reporter: Matthias J. Sax
>            Assignee: Leah Thomas
>            Priority: Minor
>              Labels: needs-kip, newbie, newbie++
>             Fix For: 2.8.0
>
>
> In 2.4.0 release, we introduced `StreamJoined` configuration object via KIP-479 (KAFKA-8558). The idea of `StreamJoined` is to be an equivalent to `Materialized` but customized for stream-stream joines, that have two stores (in contrast to the usage of `Materialized` that is used for single-store operators).
> During the KIP discussion, the idea to allow setting the store retention time and enable/disable changelogging for the store was discussed. However, at some point this idea was dropped for unknown reasons (seems it slipped).
> We should consider to extend `StreamJoined` with `withRetentionPeriod()` and `loggingEnabled()`/`loggingDisabled()` methods to get feature parity to `Materialized`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)