kafka 相关操作命令
2024-11-07 11:32 ndzj 阅读(32) 评论(0) 编辑 收藏 举报/home/kafka/config/kafka_client_producer_jaas.conf 文件为对应集群的鉴权配置文件,例如
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule \
required username="dev-user" password="devuser@123";
security.protocol=SASL_PLAINTEXT
sasl.mechanism=PLAIN
1.查看topic列表
非鉴权
/home/kafka/bin/kafka-topics.sh --bootstrap-server 172.xx.xx.xxx:9092 --list
鉴权
/home/kafka/bin/kafka-topics.sh --bootstrap-server 172.xx.xx.xxx:9092 --list --command-config /home/kafka/config/kafka_client_producer_jaas.conf
2.查看某个topic分区副本等信息
非鉴权
/home/kafka/bin/kafka-topics.sh --bootstrap-server 172.xx.xx.xxx:9092 --describe
鉴权
/home/kafka/bin/kafka-topics.sh --bootstrap-server 172.xx.xx.xxx:9092 --describe --command-config /home/kafka/config/kafka_client_producer_jaas.conf
3.查看消费者组信息
非鉴权
/home/kafka/bin/kafka-consumer-groups.sh --bootstrap-server 172.xx.xx.xxx:9092 --list
鉴权
/home/kafka/bin/kafka-consumer-groups.sh --bootstrap-server 172.xx.xx.xxx:9092 --list --command-config /home/kafka/config/kafka_client_producer_jaas.conf
4.查看某个消费者组消费情况
非鉴权
/home/kafka/bin/kafka-consumer-groups.sh --bootstrap-server 172.xx.xx.xxx:9092 --describe --group 消费者组名称
鉴权
/home/kafka/bin/kafka-consumer-groups.sh --bootstrap-server 172.xx.xx.xxx:9092 --describe --group 消费者组名称 --command-config /home/kafka/config/kafka_client_producer_jaas.conf
5.获取某个topic消息数量
非鉴权
/home/kafka/bin/kafka-run-class.sh kafka.tools.GetOffsetShell --broker-list 172.xx.xx.xxx:9092 --topic b00_bi_mdb_slave
鉴权
/home/kafka/bin/kafka-run-class.sh kafka.tools.GetOffsetShell --broker-list 172.xx.xx.xxx:9092 --topic b00_bi_mdb_slave --command-config /home/kafka/config/kafka_client_producer_jaas.conf
6.控制台消费某个topic信息
非鉴权
/home/kafka/bin/kafka-console-consumer.sh --bootstrap-server 172.xx.xx.xxx:9092 --topic canal_iot_topic
鉴权
/home/kafka/bin/kafka-console-consumer.sh --bootstrap-server 172.xx.xx.xxx:9092 --topic canal_iot_topic --consumer.config /home/kafka/config/kafka_client_producer_jaas.conf
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 周边上新:园子的第一款马克杯温暖上架