kafka Package Installation on Mac
About Kafka : Publish-subscribe messaging rethought as a distributed commit log!
Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, wicked fast, and runs in production in thousands of companies.
More Information: https://kafka.apache.org
Steps:
- Open terminal
- Install homebrew if you don't have it installed already
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install kafka now
brew install kafka
0 comments:
Post a Comment