Skip to content

Instantly share code, notes, and snippets.

@bijeshp
Forked from mayankcpdixit/install-kafka-mac.md
Created February 28, 2019 22:14
Show Gist options
  • Select an option

  • Save bijeshp/669e9b79ab70174b308a65a7ad5f5d66 to your computer and use it in GitHub Desktop.

Select an option

Save bijeshp/669e9b79ab70174b308a65a7ad5f5d66 to your computer and use it in GitHub Desktop.
Install Kafka in local (mac)

To install kafka in your local mac machine run following commands:

brew install kafka
sudo chmod 777 /usr/local/var/run/zookeeper/data
brew start kafka
brew start zookeeper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment