INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
| Homebrew has a services manager and can manage its own Java installation, so an easier way to do this is just | |
| # this will install java 1.8, zookeeper, and kafka | |
| brew install kafka | |
| # this will run ZK and kafka as services | |
| brew services start zookeeper | |
| brew services start kafka | |
| That's it. If you want to stop Kafka, just run the brew services commands in reverse: |