|
# 安装 Kafka
|
|
|
|
使用方法:
|
|
|
|
```sh
|
|
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/kafka/install-kafka.sh
|
|
chmod -R 777 install-kafka.sh
|
|
./install-kafka.sh
|
|
```
|
|
|
|
脚本会下载解压 kafka 到 `/opt/software/kafka` 路径下。
|