sh 卡夫卡命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 卡夫卡命令相关的知识,希望对你有一定的参考价值。

kafka-topics --groups --list --zookeeper ech-10-157-133-94:2181

kafka-topics

kafka-consumer-groups  --list --bootstrap-server ech-10-157-130-39:9092


kafka-topics --create --zookeeper ech-10-157-130-39:2181 \
--replication-factor 1 \
--partitions 12 \
--topic flexdto.auth.avro.stl \
--config group-id=cloudera_mirrormaker

kafka-topics --create --zookeeper ech-10-157-130-39:2181 \
--replication-factor 1 \
--partitions 12 \
--topic flexdto.auth.avro.stl 

kafka-console-consumer \
--bootstrap-server ech-10-157-130-39:9092 \
--topic flexdto.auth.avro.stl \
--consumer-property group.id=cloudera_mirrormaker

以上是关于sh 卡夫卡命令的主要内容,如果未能解决你的问题,请参考以下文章

sh 卡夫卡

sh 卡夫卡经纪人测试失败

sh 在乒乓球卡夫卡消息上眨眼

markdown 卡夫卡有用的命令

markdown 卡夫卡常用排查命令

卡夫卡消费者不返回任何事件