Repository: kafka Updated Branches: refs/heads/trunk 747dc930f -> 5979480c3
KAFKA-3098: "partition.assignment.strategy" appears twice in documentation Author: David Jacot <[email protected]> Reviewers: Gwen Shapira Closes #774 from dajac/KAFKA-3098 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/5979480c Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/5979480c Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/5979480c Branch: refs/heads/trunk Commit: 5979480c3af6be00cf7b135aeabf11bf8141f936 Parents: 747dc93 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:12 2016 -0800 ---------------------------------------------------------------------- docs/configuration.html | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/5979480c/docs/configuration.html ---------------------------------------------------------------------- diff --git a/docs/configuration.html b/docs/configuration.html index ff5bb6b..6079b22 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>
