til/kafka.md

12 lines
201 B
Markdown
Raw Normal View History

2020-03-02 04:14:48 +00:00
# Kafka
Assume you use Archlinux.
Read [Apache Kafka](https://wiki.archlinux.org/index.php/Apache_Kafka).
2020-03-11 14:55:21 +00:00
After install `kafka`, `zookeeper`, start service:
```sh
systemctl start kafka.service
```