Skip to content

Instantly share code, notes, and snippets.

@ranjankumar03
Forked from jarrad/install-kafka.txt
Created September 14, 2018 11:12
Show Gist options
  • Save ranjankumar03/5f6a3e4d60f95145240fea4e8219b2cd to your computer and use it in GitHub Desktop.
Save ranjankumar03/5f6a3e4d60f95145240fea4e8219b2cd 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