Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 894 Bytes

File metadata and controls

17 lines (13 loc) · 894 Bytes

Checking consumer group members

Check the members of a consumer group from the Groups page.

Procedure
  1. Log in to the Kafka cluster in the StreamsHub Console, then click Groups.

  2. On the Groups page, click the name of the consumer group you want to inspect.

  3. Click the right arrow (>) next to a member ID to view the topic partitions that the member is assigned, along with any consumer lag.

    For each group member, the console shows the unique client ID assigned to the consumer within the consumer group, the overall consumer lag, and the number of assigned partitions.

    Consumer lag for a topic partition reflects the gap between the last message a consumer processed (committed offset position) and the latest message written by the producer (end offset position).