Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
All solutions
    • All solutions for Managed Service for Apache Kafka®
    • How to monitor memory usage
    • Resolving the `Failed authentication with /` error

In this article:

  • Case description
  • Solution
  1. Managed Service for Apache Kafka®
  2. How to monitor memory usage

How to monitor the process of reading topics in Managed Service for Apache Kafka®

Written by
Yandex Cloud
Updated at December 17, 2025
  • Case description
  • Solution

Case descriptionCase description

You need to monitor the process of reading topics in Managed Service for Apache Kafka®.

SolutionSolution

To monitor how the topics are read, use one of the options below:

  • View the chart of the kafka_group_topic_partition_lag metric in Yandex Monitoring.

  • Use the kafka-consumer-groups command 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 group metrics. The possible options include Kafka UI or AKHQ. For more info on how to deploy Kafka UI on your own, see this tutorial.

Was the article helpful?

Previous
All solutions for Managed Service for Apache Kafka®
Next
Resolving the `Failed authentication with /` error
© 2025 Direct Cursus Technology L.L.C.