Repository: kafka Updated Branches: refs/heads/trunk 675881b0f -> 63cf0e587
MINOR: Update consumer group describe output in the documentation Author: Vahid Hashemian <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #2409 from vahidhashemian/doc/update_consumer_group_describe_output Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/63cf0e58 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/63cf0e58 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/63cf0e58 Branch: refs/heads/trunk Commit: 63cf0e58775b8f0b4abf907866bd7c955500902c Parents: 675881b Author: Vahid Hashemian <[email protected]> Authored: Tue Jan 24 16:24:19 2017 -0800 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Tue Jan 24 16:24:19 2017 -0800 ---------------------------------------------------------------------- docs/ops.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/63cf0e58/docs/ops.html ---------------------------------------------------------------------- diff --git a/docs/ops.html b/docs/ops.html index b500d69..c5f6212 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -168,8 +168,8 @@ <pre> > bin/kafka-consumer-groups.sh --bootstrap-server broker1:9092 --describe --group test-consumer-group - GROUP TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG OWNER - test-consumer-group test-foo 0 1 3 2 consumer-1_/127.0.0.1 + TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUMER-ID HOST CLIENT-ID + test-foo 0 1 3 2 consumer-1-a5d61779-4d04-4c50-a6d6-fb35d942642d /127.0.0.1 consumer-1 </pre> If you are using the old high-level consumer and storing the group metadata in ZooKeeper (i.e. <code>offsets.storage=zookeeper</code>), pass
