Repository: kafka Updated Branches: refs/heads/0.9.0 08ecb5bb0 -> d0e864795
revert one upgrade.html change from trunk Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/d0e86479 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/d0e86479 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/d0e86479 Branch: refs/heads/0.9.0 Commit: d0e86479501763549f19e2f616d385b947434413 Parents: 08ecb5b Author: Guozhang Wang <[email protected]> Authored: Tue Feb 2 09:52:12 2016 -0800 Committer: Guozhang Wang <[email protected]> Committed: Tue Feb 2 09:52:12 2016 -0800 ---------------------------------------------------------------------- docs/upgrade.html | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/d0e86479/docs/upgrade.html ---------------------------------------------------------------------- diff --git a/docs/upgrade.html b/docs/upgrade.html index 7eb77f9..19d9942 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -57,7 +57,6 @@ <ul> <li> The new broker id generation feature can be disable by setting broker.id.generation.enable to false. </li> <li> Configuration parameter log.cleaner.enable is now true by default. This means topics with a cleanup.policy=compact will now be compacted by default, and 128 MB of heap will be allocated to the cleaner process via log.cleaner.dedupe.buffer.size. You may want to review log.cleaner.dedupe.buffer.size and the other log.cleaner configuration values based on your usage of compacted topics. </li> - <li> MirrorMakerMessageHandler no longer exposes <em>handle(record: MessageAndMetadata[Array[Byte], Array[Byte]])</em> method as it was never called. </li> <li> Default value of configuration parameter fetch.min.bytes for the new consumer is now 1 by default. </li> </ul>
