diff --git a/docs/ops.html b/docs/ops.html index 8b1cc234c64..f64a701717d 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -134,7 +134,7 @@ my-group my-topic 1 0 0 -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 new consumer-groups API. +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 new consumer API.

Managing Consumer Groups

@@ -156,7 +156,7 @@ test-consumer-group test-foo 0 1 -When you're using the new consumer-groups API 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 new consumer API where the broker handles coordination of partition handling and rebalance, you can manage the groups with the "--new-consumer" flags:
  > bin/kafka-consumer-groups.sh --new-consumer --bootstrap-server broker1:9092 --list