You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2018/02/06 02:27:00 UTC

[jira] [Commented] (KAFKA-6535) Set default retention ms for Streams repartition topics to infinity

    [ https://issues.apache.org/jira/browse/KAFKA-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16353244#comment-16353244 ] 

Matthias J. Sax commented on KAFKA-6535:
----------------------------------------

Meta comment: sometimes, people need to manually repartition via `through()` – should we allow users to do the same thing for this case? I mean, setting retention to infinite and tell Kafka Streams to purge data for those topics?

> Set default retention ms for Streams repartition topics to infinity
> -------------------------------------------------------------------
>
>                 Key: KAFKA-6535
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6535
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Guozhang Wang
>            Priority: Major
>              Labels: needs-kip, newbie
>
> After KIP-220 / KIP-204, repartition topics in Streams are transient, so it is better to set its default retention to infinity to allow any records be pushed to it with old timestamps (think: bootstrapping, re-processing) and just rely on the purging API to keeping its storage small.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)