Monitoring Consumers

By monitoring Kafka consumer groups, you can track active and passive consumer groups, or all consumer groups, which use the default internal __consumer_offsets topic to store the consumed offset information. You can track additional details about consumer groups. You can also track details including number of consumers and consumer instances included in a group and consumer group lag in the consumer group profile.

Streams Messaging Manager (SMM) displays consumer groups that have offsets stored in Kafka's internal topic __consumer_offsets, which is also the default store if the auto.commit.enable property is set to true for consumers. SMM does not display consumer groups that have offsets stored anywhere else other than this default store.

Viewing Summary Information about Consumer Groups

The Overview page gives you summary information about consumer groups on the right side of the page. You can use the Active, Passive, and All tabs to view consumer groups only in the Active or Passives, or all of the consumer groups, which use the default internal __consumer_offsets topic to store the consumed offset information. Use the Lag tab to sort consumer groups based on ascending or descending amounts of lag.

Viewing Details about a Consumer Group

To access detailed Consumer Group information:
  1. From the left navigation pane, click Consumer Group.
  2. Identify the Consumer Group about which you want information. You can either scroll through the list of Consumer Groups, or use the Search bar at the top left of the page.
  3. Click the green hexagon at the left of the Consumer Group to view details.

Viewing the Consumer Group Profile

The Consumer Group profile displays detailed information about each Consumer Group, including:
  • The number of Consumers included in the group.
  • The number of Consumer instances in the group.
  • Details about Consumer Group lag.
To access the Consumer Group profile:
  1. From the Consumer Group page, select the Consumer Group for which you want to view the profile.
  2. Click the Profile icon in the upper right of the Consumer Group tile.