How to monitor the process of reading topics in Managed Service for Apache Kafka®
Written by
Updated at December 17, 2025
Case description
You need to monitor the process of reading topics in Managed Service for Apache Kafka®.
Solution
To monitor how the topics are read, use one of the options below:
-
View the chart of the
kafka_group_topic_partition_lagmetric in Yandex Monitoring. -
Use the
kafka-consumer-groupscommand line tool that comes with the Kafka distribution file.Command example:
kafka-consumer-groups.sh --command-config connect --bootstrap-server <hostname>:9091 --group <group_name> --describe -
Connect the external UI for the cluster to monitor the
consumer groupmetrics. The possible options includeKafka UIorAKHQ. For more info on how to deployKafka UIon your own, see this tutorial.