Damian Guy created KAFKA-4015: --------------------------------- Summary: Add new cleanup.policy, compact_and_delete Key: KAFKA-4015 URL: https://issues.apache.org/jira/browse/KAFKA-4015 Project: Kafka Issue Type: New Feature Components: core Affects Versions: 0.10.1.0 Reporter: Damian Guy Assignee: Damian Guy Fix For: 0.10.1.0
There are some use cases where it is desirable to have a topic that supports both compact and delete policies, i.e., any topic that wants to be compacted by key, but also wants keys that haven't been updated for some time to be automatically expired. Add a new compact_and_delete option to cleanup.policy. When set, both compact and delete cleanup strategies should run. This change needs to guarantee thread-safety. -- This message was sent by Atlassian JIRA (v6.3.4#6332)