Repository: kafka Updated Branches: refs/heads/0.9.0 7ec6fc889 -> cdfcf2e18
KAFKA-3098: "partition.assignment.strategy" appears twice in documentation Author: David Jacot <[email protected]> Reviewers: Gwen Shapira Closes #774 from dajac/KAFKA-3098 (cherry picked from commit 5979480c3af6be00cf7b135aeabf11bf8141f936) Signed-off-by: Gwen Shapira <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/cdfcf2e1 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/cdfcf2e1 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/cdfcf2e1 Branch: refs/heads/0.9.0 Commit: cdfcf2e18c8e60b38a43d60e34cb7e773bd070c2 Parents: 7ec6fc8 Author: David Jacot <[email protected]> Authored: Mon Jan 18 09:56:12 2016 -0800 Committer: Gwen Shapira <[email protected]> Committed: Mon Jan 18 09:56:23 2016 -0800 ---------------------------------------------------------------------- docs/configuration.html | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/cdfcf2e1/docs/configuration.html ---------------------------------------------------------------------- diff --git a/docs/configuration.html b/docs/configuration.html index 358431e..3a8abd9 100644 --- a/docs/configuration.html +++ b/docs/configuration.html @@ -271,11 +271,6 @@ The essential old consumer configurations are the following: <td colspan="1">true</td> <td>Whether messages from internal topics (such as offsets) should be exposed to the consumer.</td> </tr> - <tr> - <td>partition.assignment.strategy</td> - <td colspan="1">range</td> - <td>Select a strategy for assigning partitions to consumer streams. Possible values: range, roundrobin.</td> - </tr> <tr> <td>client.id</td> <td colspan="1">group id value</td>
