KafkaOffsetMonitor
No description available
Install / Use
/learn @orchome/KafkaOffsetMonitorREADME
Kafka Offset Monitor
This is an app to monitor your kafka consumers and their position (offset) in the log.
You can see the current consumer groups, for each group the topics that they are consuming and the position of the group in each topic log. This is useful to understand how quick you are consuming from a log and how fast the log is growing. It allows for debuging kafka producers and consumers or just to have an idea of what is going on in your system.
Here are a few screenshots:
List of Consumer Groups

List of Topics for a Group

Supported Kafka version
- kafka raft >= 2.8
Building It
The command below will build a fat-jar in the target/scala_${SCALA_VERSION} directory which can be run by following the command in the "Running It" section.
mvn -Dmaven.test.skip=true -U package
Download It
Version | Zip ------- | ---- | 1.0.0 | KafkaOffsetMonitor
Running It
This is a small web app, you can run it locally or on a server, as long as you have access to the Kafka broker(s) storing kafka data.
java -jar KafkaOffsetMonitor-1.0.jar \
--broker-list=localhost:9092 \
--server.port=8080
The arguments are:
- broker-list comma-separated list of Kafka broker hosts (ex. "host1:port,host2:port'). Required only when using offsetStorage "kafka".
- server.port the port on which the app will be made available
Kubernetes
kubectl apply -f https://www.kubebiz.com/raw/KubeBiz/KafkaOffsetMonitor/1.0.0/Deployment.yaml
more ref: https://www.kubebiz.com/orc/KafkaOffsetMonitor
Contributing
The KafkaOffsetMonitor is released under the Apache License and we welcome any contributions within this license. Any pull request is welcome and will be reviewed and merged as quickly as possible.
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
