[ 
https://issues.apache.org/jira/browse/KAFKA-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Nham updated KAFKA-2583:
----------------------------
    Description: 
This page claims that log.cleanup.policy can be one of "delete" or "dedupe": 
https://cwiki.apache.org/confluence/display/KAFKA/Log+Compaction. However, the 
official docs claims that log.cleanup.policy is one of either "delete" or 
"compact": http://kafka.apache.org/documentation.html#topic-config. From a 
quick glance at LogConfig.scala, it looks like the official docs are correct. 
The wiki should be changed to reflect this as well.

Additionally, the server does not seem to complain if you set the cleanup 
policy to dedupe rather than compact.

  was:
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.


> 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" or "dedupe": 
> https://cwiki.apache.org/confluence/display/KAFKA/Log+Compaction. However, 
> the official docs claims that log.cleanup.policy is one of either "delete" or 
> "compact": http://kafka.apache.org/documentation.html#topic-config. From a 
> quick glance at LogConfig.scala, it looks like the official docs are correct. 
> The wiki should be changed to reflect this as well.
> 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)

Reply via email to