Skip to content

Instantly share code, notes, and snippets.

@maheshwarLigade
Created December 10, 2019 15:39
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 maheshwarLigade/f626eb8b280017e92c9f6d449da6e400 to your computer and use it in GitHub Desktop.
Save maheshwarLigade/f626eb8b280017e92c9f6d449da6e400 to your computer and use it in GitHub Desktop.
kafka installation or setup on osx or linux based operating system.
#skip if you cask already installed
$ brew tap caskroom/cask
#install java8
$brew cask install java8
#install kafka along with zookeeper
$brew cask kafka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment