0
点赞
收藏
分享

微信扫一扫

【kafka】kafka 一些实用 程序 实用 脚本

西风白羽 2022-03-30 阅读 76

在这里插入图片描述

1.概述

官网

System tools can be run from the command line using the run class script (i.e. bin/kafka-run-class.sh package.class --options)

2.消费组offset查询

This tool has been removed in Kafka 1.0.0. Use kafka-consumer-groups.sh to get consumer group details.

Displays the: Consumer Group, Topic, Partitions, Offset, logSize, Lag, Owner for the specified set of Topics and Consumer Group

bin/kafka-run-
举报

相关推荐

0 条评论