Created
December 10, 2019 15:39
-
-
Save maheshwarLigade/f626eb8b280017e92c9f6d449da6e400 to your computer and use it in GitHub Desktop.
kafka installation or setup on osx or linux based operating system.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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