The MENU > CONSUMERS page on the Supertubes web interface shows information about your Kafka consumers.

If you have multiple Kafka clusters, select the one to show from the CLUSTER field.

The summary bar gives you an overview of the consumers, displaying the following information.

  • Active: The number of active consumer groups.
  • Empty:
  • Rebalancing: The number of consumers under rebalancing.
  • Inactive: The number of inactive or idle consumers.

Kafka consumers Kafka consumers

For each consumer, Supertubes displays the following information. Click on a consumer to display its details.

  • CONSUMER GROUP: The ID of the consumer group.
  • STATE: The state of the consumer group, for example, Active.
  • OVERALL LAG:
  • MEMBERS: The number of members in the consumer group.
  • PARTITIONS / TOPICS: The partitions / topics read by the consumer group.

To export the data of the current page in CSV or JSON format, click Download data.

Consumer details 🔗︎

The summary bar gives you an overview of the consumer groups, displaying the following information.

  • Coordinator: The Kafka broker that acts as the group coordinator for this consumer group.
  • State: The state of the consumer group, for example, Active.
  • Assigned topics: The number of topics assigned to this consumer group.
  • Assigned partitions: The number of partitions assigned to this consumer group.

Kafka consumer group details Kafka consumer group details

For each member of the consumer group, Supertubes displays the following information.

  • MEMBER ID: The ID of the consumer.
  • CLIENT ID: The ID of the Kafka client.
  • TOPIC: The topic assigned to the consumer.
  • PARTITION: The partition assigned to the consumer.
  • LAG: How much the consumer lags behind the partition (END-OFFSET).
  • OFFSET: The position (offset) of the consumer in the partition.
  • END: The position of the latest message in the partition.

To export the data of the current page in CSV or JSON format, click Download data.