When both are started, we can validate what all services are running on our system.
➜ brew services list
Name Status User Plist
zookeeper started ondrej /Users/ondrej/Library/LaunchAgents/homebrew.mxcl.zookeeper.plist
kafka started ondrej /Users/ondrej/Library/LaunchAgents/homebrew.mxcl.kafka.plist
Now we need to find where is Kafka installed so we can access its tools.
➜ brew --prefix kafka
/usr/local/opt/kafka
Add it to your profile, for example, if you use zsh, add this line into your vi ~/.zshrc.