Apache Kafka Consumer Lag Runbook
SkillMonitoring & opsDiagnoses Kafka consumer group lag using the Kafka AdminClient API and JMX metrics exposed via the Confluent Metrics API. Identifies slow consumers, topic partition hotspots, and broker rebalance storms that contribute to lag growth. Provides a step-by-step runbook to tune fetch.min.bytes, max.poll.records, and partition count.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Apache Kafka Consumer Lag Runbook skill
What this skill tells your AI
The instructions your AI receives, as published by agentskillexchange/skills in skills/apache-kafka-consumer-lag-runbook/SKILL.md and read by ahel’s review.
Diagnoses Kafka consumer group lag using the Kafka AdminClient API and JMX metrics exposed via the Confluent Metrics API. Identifies slow consumers, topic partition hotspots, and broker rebalance storms that contribute to lag growth. Provides a step-by-step runbook to tune fetch.min.bytes, max.poll.records, and partition count.
Prerequisites
Java
Installation
Use the upstream install or setup path that matches your environment:
- docker run -p 9092:9092 apache/kafka:latest
Requirements and caveats from upstream:
- Using docker image:
- See docker/README.md for detailed information.
Basic usage or getting-started notes:
-
Build a JAR and run it
-
Run unit/integration tests
-
./gradlew test -Pkafka.test.run.flaky=true # runs tests that are marked as flaky
-
Source: https://github.com/apache/kafka
-
Extracted from upstream docs: https://raw.githubusercontent.com/apache/kafka/HEAD/README.md
Documentation
Source
Signals
- GitHub stars
- 38
- Forks
- 53
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
apache-kafka-consumer-lag-runbook- Source
- github.com/agentskillexchange/skills