Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current stateUnder Discussion

...

JIRA: KAFKA-6535

Release : planned for 1.2

Motivation

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.

Public Interfaces

The users may take in consideration that there is no limited duration of the retention, so it is up to them to manage the purging of the storage.

...