linux-tutorial/codes/linux/ops/service/kafka/README.md

10 lines
214 B
Markdown
Raw Normal View History

2019-02-22 11:34:34 +08:00
# 安装 Kafka
使用方法:
```sh
curl -o- https://github.com/dunwu/os-tutorial/blob/master/codes/linux/ops/service/kafka/install-kafka.sh | bash
```
脚本会下载解压 kafka 到 `/opt/kafka` 路径下。