update kafka

main
Tran Hau 2020-03-11 21:55:21 +07:00
parent abab902bfb
commit 0e1df9d07e
1 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,9 @@
Assume you use Archlinux.
Read [Apache Kafka](https://wiki.archlinux.org/index.php/Apache_Kafka).
After install `kafka`, `zookeeper`, start service:
```sh
systemctl start kafka.service
```