-
-
Save dasgoll/8d37efd7936a44cd258614abe6da83a2 to your computer and use it in GitHub Desktop.
Install Kafka on OSX via Homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> brew cask install java | |
$> brew install kafka | |
$> vim ~/bin/kafka | |
# ~/bin/kafka | |
#!/bin/bash | |
zkServer start | |
kafka-server-start.sh /usr/local/etc/kafka/server.properties | |
$> chmod +x ~/bin/kafka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment