美文网首页
Kafka常见命令

Kafka常见命令

作者: 望山不是山 | 来源:发表于2021-08-04 13:05 被阅读0次
    # 查看所有消费组
    kafka-consumer-groups.sh --bootstrap-server localhost:9092 --list
    # 查看某个消费组的offset情况
    kafka-consumer-groups.sh --bootstrap-server localhost:9092 --group xxx --describe
    # 创建topic
    kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 3 --partitions 3 --topic test
    

    相关文章

      网友评论

          本文标题:Kafka常见命令

          本文链接:https://www.haomeiwen.com/subject/eexsultx.html