Repository: kafka Updated Branches: refs/heads/trunk 5e8a08483 -> fa6b90f97
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 <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #807 from wushujames/KAFKA-3138 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/fa6b90f9 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/fa6b90f9 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/fa6b90f9 Branch: refs/heads/trunk Commit: fa6b90f97cb366a02eae8057124ec22db1f7e9cd Parents: 5e8a084 Author: James Cheng <[email protected]> Authored: Sun Jan 24 02:26:00 2016 -0800 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Sun Jan 24 02:26:00 2016 -0800 ---------------------------------------------------------------------- docs/design.html | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/fa6b90f9/docs/design.html ---------------------------------------------------------------------- diff --git a/docs/design.html b/docs/design.html index 7cefb24..7f7ca05 100644 --- a/docs/design.html +++ b/docs/design.html @@ -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>
