windows平台kafka 搭建和使用
程序员文章站
2022-03-26 21:47:40
...
1、下载 kafka_2.11-1.1.0.tgz
链接: https://www.apache.org/dyn/closer.cgi?path=/kafka/1.1.0/kafka_2.11-1.1.0.tgz
2、文件解压
3、cmd进入D:\kafka_2.11-1.1.0
4、启动zookeeper
bin\windows\zookeeper-server-start.bat config\zookeeper.properties
5、启动kafka
bin\windows\kafka-server-start.bat config\server.properties
6、创建主题
bin\windows\kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic mytopic
7、查看主题
bin\windows\kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic testTopic
8、删除主题
bin\windows\kafka-topics.bat --delete --zookeeper localhost:2181 --topic testTopic
9、客户端工具 kafkatool
kafkatool 安装: http://www.kafkatool.com/
创建生产者: bin\windows\kafka-console-producer.bat --broker-list localhost:9092 --topic testTopic
创建消费者: bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic testTopic --from-beginning
中文文档:http://kafka.apachecn.org/
上一篇: Vue中使用echarts
推荐阅读
-
浅谈Windows平台上Docker安装与使用
-
.NET Core 跨平台 串口通讯 ,Windows/Linux 串口通讯,flyfire.CustomSerialPort 的使用
-
使用php+xslt在windows平台上
-
浅谈Windows平台上Docker安装与使用
-
Windows 平台上的使用 Python 语言实现 appium 自动化程序环境配置
-
Appium 新手贴:Windows 平台上的使用 Python 语言实现 appium 自动化程序 for Android (完整版)
-
钉钉宜搭怎么用 阿里宜搭平台使用教程
-
Windows平台kafka环境的搭建
-
kafka环境搭建和使用(python API)
-
MATLAB的.m文件使用iconv工具在windows和linux平台下编码的批量转换