Skip to content

Commit

Permalink
Update links for new consumer API
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Cote committed May 6, 2016
1 parent 2ff9550 commit 4dcffc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h4><a id="basic_ops_consumer_lag" href="#basic_ops_consumer_lag">Checking consu
</pre>


Note, however, after 0.9.0, the kafka.tools.ConsumerOffsetChecker tool is deprecated and you should use the kafka.admin.ConsumerGroupCommand (or the bin/kafka-consumer-groups.sh script) to manage consumer groups, including consumers created with the <a href="https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Client+Re-Design">new consumer-groups API</a>.
Note, however, after 0.9.0, the kafka.tools.ConsumerOffsetChecker tool is deprecated and you should use the kafka.admin.ConsumerGroupCommand (or the bin/kafka-consumer-groups.sh script) to manage consumer groups, including consumers created with the <a href="http://kafka.apache.org/documentation.html#newconsumerapi">new consumer API</a>.

<h4><a id="basic_ops_consumer_group" href="#basic_ops_consumer_group">Managing Consumer Groups</a></h4>

Expand All @@ -156,7 +156,7 @@ <h4><a id="basic_ops_consumer_group" href="#basic_ops_consumer_group">Managing C
</pre>


When you're using the <a href="https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Client+Re-Design">new consumer-groups API</a> where the broker handles coordination of partition handling and rebalance, you can manage the groups with the "--new-consumer" flags:
When you're using the <a href="http://kafka.apache.org/documentation.html#newconsumerapi">new consumer API</a> where the broker handles coordination of partition handling and rebalance, you can manage the groups with the "--new-consumer" flags:

<pre>
&gt; bin/kafka-consumer-groups.sh --new-consumer --bootstrap-server broker1:9092 --list
Expand Down

0 comments on commit 4dcffc1

Please sign in to comment.