https://github.com/yifanzheng/kafka-tool
kafka tool
https://github.com/yifanzheng/kafka-tool
flask kafka
Last synced: about 2 months ago
JSON representation
kafka tool
- Host: GitHub
- URL: https://github.com/yifanzheng/kafka-tool
- Owner: yifanzheng
- License: mit
- Created: 2022-09-01T02:07:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T05:27:23.000Z (almost 4 years ago)
- Last Synced: 2025-07-08T03:09:58.388Z (about 1 year ago)
- Topics: flask, kafka
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kafka tool
基于 Flask 框架构建的 Kafka 工具。
主要功能:
- 查询 topic 及 topic 的 partition
- 查询 topic 下 group 的偏移量
生成 requirements 文件:
```bash
pipreqs ./ --encoding=utf-8 --force
```