You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2016/01/18 18:56:17 UTC

kafka git commit: KAFKA-3098: "partition.assignment.strategy" appears twice in documentation

Repository: kafka
Updated Branches:
  refs/heads/trunk 747dc930f -> 5979480c3


KAFKA-3098: "partition.assignment.strategy" appears twice in documentation

Author: David Jacot <da...@gmail.com>

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 <da...@gmail.com>
Authored: Mon Jan 18 09:56:12 2016 -0800
Committer: Gwen Shapira <cs...@gmail.com>
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>