Skip to content

Commit 7724a56

Browse files
authored
Merge pull request #461 from seaBFH/master
README: consumer lag cannot be seen
2 parents d83692e + 2e0980a commit 7724a56

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,20 @@ kafka_consumergroup_members{consumergroup="KMOffsetCache-kafka-manager-380627653
291291
292292
```
293293

294+
#### Do not see any Consumer group or Lag information
295+
296+
The consumer group metrics would not be available, if there is no consumer with a consumer group.
297+
298+
Run consumer with a consumer group using command line tool
299+
```bash
300+
kafka-console-consumer.sh \
301+
--consumer.config /path/to/client.properties \
302+
--bootstrap-server localhost:9092 \
303+
--topic test \
304+
--group test-conusmer-group \
305+
--from-beginning
306+
```
307+
294308
Grafana Dashboard
295309
-------
296310

0 commit comments

Comments
 (0)