KAFKA-3138: 0.9.0 docs still say that log compaction doesn't work on compressed topics.

Log compaction is supported on compressed topics as of 0.9.0, so update the docs to reflect that.

Author: James Cheng <jylcheng@yahoo.com>

Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>

Closes #807 from wushujames/KAFKA-3138
This commit is contained in:
James Cheng 2016-01-24 02:26:00 -08:00 committed by Ewen Cheslack-Postava
parent 5e8a084834
commit fa6b90f97c
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ Further cleaner configurations are described <a href="/documentation.html#broker
<ol>
<li>You cannot configure yet how much log is retained without compaction (the "head" of the log). Currently all segments are eligible except for the last segment, i.e. the one currently being written to.</li>
<li>Log compaction is not yet compatible with compressed topics.</li>
</ol>
<h3><a id="design_quotas" href="#design_quotas">4.9 Quotas</a></h3>
<p>