````shell
kafka-topics -create --bootstrap-server 0.0.0.0:9092 --replication-factor 1 --partitions 1 --topic xxx
````
```shell
brew services start kafka
```
```shell
brew services restart kafka
```
```shell
brew services stop kafka
```
```shell
brew services list
```
````shell
kafka-topics -create --bootstrap-server 0.0.0.0:9092 --replication-factor 1 --partitions 1 --topic tests
````