Skip to content

Instantly share code, notes, and snippets.

@tedb19
Forked from jarrad/install-kafka.txt
Created October 9, 2018 09:14
Show Gist options
  • Save tedb19/409135d91aa02e6a0599d9d45772ebfd to your computer and use it in GitHub Desktop.
Save tedb19/409135d91aa02e6a0599d9d45772ebfd to your computer and use it in GitHub Desktop.
Install Kafka on OSX via Homebrew
$> 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