Skip to content

Commit

Permalink
Merge pull request #461 from seaBFH/master
Browse files Browse the repository at this point in the history
README: consumer lag cannot be seen
  • Loading branch information
danielqsj authored Feb 17, 2025
2 parents d83692e + 2e0980a commit 7724a56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,20 @@ kafka_consumergroup_members{consumergroup="KMOffsetCache-kafka-manager-380627653
```

#### Do not see any Consumer group or Lag information

The consumer group metrics would not be available, if there is no consumer with a consumer group.

Run consumer with a consumer group using command line tool
```bash
kafka-console-consumer.sh \
--consumer.config /path/to/client.properties \
--bootstrap-server localhost:9092 \
--topic test \
--group test-conusmer-group \
--from-beginning
```

Grafana Dashboard
-------

Expand Down

0 comments on commit 7724a56

Please sign in to comment.