From 5979480c3af6be00cf7b135aeabf11bf8141f936 Mon Sep 17 00:00:00 2001 From: David Jacot Date: Mon, 18 Jan 2016 09:56:12 -0800 Subject: [PATCH] KAFKA-3098: "partition.assignment.strategy" appears twice in documentation Author: David Jacot Reviewers: Gwen Shapira Closes #774 from dajac/KAFKA-3098 --- docs/configuration.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/configuration.html b/docs/configuration.html index ff5bb6bbf9b..6079b228be0 100644 --- a/docs/configuration.html +++ b/docs/configuration.html @@ -270,11 +270,6 @@ The essential old consumer configurations are the following: exclude.internal.topics true Whether messages from internal topics (such as offsets) should be exposed to the consumer. - - - partition.assignment.strategy - range - Select a strategy for assigning partitions to consumer streams. Possible values: range, roundrobin. client.id