kafka 命令
Posted tk112
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kafka 命令相关的知识,希望对你有一定的参考价值。
启动
[[email protected] kafka]# ./bin/kafka-server-start.sh -daemon config/server.properties
创建主题
./bin/kafka-topics.sh --create --zookeeper 192.168.23.101:2181,192.168.23.102:2181,192.168.23.103:2181 --replication-factor 3 --partitions 3 --topic test
以上是关于kafka 命令的主要内容,如果未能解决你的问题,请参考以下文章