GitHub user scholzj opened a pull request:
https://github.com/apache/kafka/pull/3898
KAFKA-4320: Log cleaner is enabled by default
The log cleaner is enabled by default since 0.9.0.1. But the 0.9.0 docs are
not updated. This PR updates the docs to say that it is enabled by default.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/scholzj/kafka 0.9.0-log-compaction-docu
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3898.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3898
----
commit cef74f230cdf4abc1180362a82b501f8e0154a5e
Author: Jakub Scholz <[email protected]>
Date: 2017-09-19T09:04:58Z
Log cleaner is enabled by default
----
---