Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ftntming
Forked from jarrad/install-kafka.txt
Created April 1, 2021 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ftntming/e8315f8479cc6140042973bd5d8fca3e to your computer and use it in GitHub Desktop.
Save ftntming/e8315f8479cc6140042973bd5d8fca3e 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