Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Unlike changelog topics, the repartition topics could just be short-lived. Today users have different ways to configure them with short retention such as enforce a short retention period or use AppendTime for repartition topics. All these would be cumbersome and Streams should just do this for the users.
One way to do it is use the “purgeData” admin API (KIP-107) such that after the offset of the input topics are committed, if the input topics are actually repartition topics, we would purge the data immediately.
Attachments
Issue Links
- depends upon
-
KAFKA-5925 Adding records deletion operation to the new Admin Client API
- Resolved
- is duplicated by
-
KAFKA-6038 Repartition topics could be much more transient
- Resolved
- links to
- mentioned in
-
Page Loading...