mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Add MacOS kafka setup instructions (#396)
* add macos kafka setup instructions * Removed stop service steps, were too obvious
This commit is contained in:
parent
6b55972183
commit
b72ed3e38c
@ -52,6 +52,14 @@ kafka/bin/zookeeper-server-start.sh -daemon kafka/config/zookeeper.properties
|
||||
kafka/bin/kafka-server-start.sh -daemon kafka/config/server.properties
|
||||
```
|
||||
|
||||
On MacOS, you can use [homebrew](https://brew.sh/) for easier setup of kafka
|
||||
|
||||
```bash
|
||||
brew install kafka
|
||||
brew services start zookeeper
|
||||
brew services start kafka
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Postgres database setup
|
||||
|
Loading…
Reference in New Issue
Block a user