> For the complete documentation index, see [llms.txt](https://ztrust.gitbook.io/livestreamiq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ztrust.gitbook.io/livestreamiq/readme/3.-guide-to-navigation/3.4-cluster-overview/3.4.3-consumer.md).

# 3.4.3 Consumer

A Kafka consumer is a client application that subscribes to Kafka topics and reads messages. It processes the received data for applications or downstream systems.

![](/files/VgEttsBF0GlvnQQAISRX)

Key componenets of Consumer Section:

&#x20;1\.   **Search:** Allows users to search for a consumer group using its Consumer Group ID.

2. **Group ID:** Displays the unique identifier of the Kafka consumer group.&#x20;
3. **Number Of Members:** Shows the total number of consumers in the selected consumer group.
4. **Num Of Topics:** Displays the number of Kafka topics subscribed to by the consumer group.&#x20;
5. **Consumer Lag:** Indicates the number of messages that are yet to be consumed by the consumer group.
6. **Coordinator:** Displays the Kafka broker responsible for managing the consumer group.
7. **State:** Shows the current status of the consumer group (for example, Stable, Empty, or Dead).
