mirror of https://github.com/apache/kafka.git
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:
parent
5e8a084834
commit
fa6b90f97c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue