An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# kafka tool
基于 Flask 框架构建的 Kafka 工具。

主要功能:
- 查询 topic 及 topic 的 partition
- 查询 topic 下 group 的偏移量

生成 requirements 文件:
```bash
pipreqs ./ --encoding=utf-8 --force
```