Skip to content

Instantly share code, notes, and snippets.

@hendisantika
Created August 10, 2017 00:51
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 hendisantika/9dd78361559da3665d1472f7cc2e277e to your computer and use it in GitHub Desktop.
Save hendisantika/9dd78361559da3665d1472f7cc2e277e to your computer and use it in GitHub Desktop.
$> 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