# kafka-tool **Repository Path**: yifanzheng/kafka-tool ## Basic Information - **Project Name**: kafka-tool - **Description**: kafka tool - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-19 - **Last Updated**: 2022-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kafka tool 基于 Flask 框架构建的 Kafka 工具。 主要功能: - 查询 topic 及 topic 的 partition - 查询 topic 下 group 的偏移量 生成 requirements 文件: ```bash pipreqs ./ --encoding=utf-8 --force ```