Ben Nham created KAFKA-2583:
-------------------------------
Summary: Log compaction documentation incorrect
Key: KAFKA-2583
URL: https://issues.apache.org/jira/browse/KAFKA-2583
Project: Kafka
Issue Type: Bug
Components: website
Reporter: Ben Nham
Priority: Minor
This page claims that log.cleanup.policy can be one of {delete, dedupe}:
https://cwiki.apache.org/confluence/display/KAFKA/Log+Compaction
However, the official docs claims that log.cleanup.policy is one of either
{delete, compact}:
http://kafka.apache.org/documentation.html#topic-config
>From a quick glance at LogConfig.scala, it looks like the latter official docs
>are correct.
Additionally, the server does not seem to complain if you set the cleanup
policy to dedupe rather than compact.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)