windows和linux安装kafka
1.下载最新版本报错了,所以下载了kafka_2.12-2.8.1版本
2.windows安装
进入bin\windows目录执行如下,启动zookeeper
zookeeper-server-start.bat ..\..\config\zookeeper.properties
然后执行下面 启动kafka
kafka-server-start.batcls ..\..\config\server.properties
3.linux安装
下载好kafka_2.12-2.8.1版本
./zookeeper-server-start.sh ../config/zookeeper.properties
./kafka-server-start.sh ../config/server.properties
链接: https://pan.baidu.com/s/1KUX8O7AgwpsaQfos8m1I4Q?pwd=5qpz 提取码: 5qpz 复制这段内容后打开百度网盘手机App,操作更方便哦
作者:盼超师兄
来源链接:https://blog.csdn.net/weixin_33387378/article/details/123265690