DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block |
|---|
$ bin/kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group my-group --offsets --verbose GROUP TOPIC PARTITION LEADER-EPOCH CURRENT-OFFSET LOG-END-OFFSET LAG CONSUMER-ID HOST CLIENT-ID my-group my-topic 0 1 10 10 10 my-group-3056e339-59e1-43d8-abe3-8a9e10c53937 /127.0.0.1 consumer-test.group.CLASSIC.--offsets-2 |
kafka-share-
...
groups.sh
--describe --verbose
Show the group level information. Add GROUP-EPOCH and TARGET-ASSIGNMENT-EPOCH.
...