Josh Wiley created KAFKA-7840:
---------------------------------
Summary: Documentation for cleanup.policy is out of date
Key: KAFKA-7840
URL: https://issues.apache.org/jira/browse/KAFKA-7840
Project: Kafka
Issue Type: Bug
Components: documentation
Reporter: Josh Wiley
The current [documentation|http://kafka.apache.org/documentation/#topicconfigs]
states the following regarding cleanup.policy:
??A string that is either "delete" or "compact"??
This implies that the two options are mutually exclusive. However,
[KAFKA-4015|https://issues.apache.org/jira/browse/KAFKA-4015] added the ability
to set "cleanup.policy=compact,delete" to enable size/time-based retention
alongside key-based retention.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)