Homebrew is a great little package manager for OS X. If you haven't already, installing it is pretty easy:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
Download and install Java: https://java.com/en/download/help/mac_install.xml
This installs Apache Kafka, and dependency zookeeper if it's not already installed:
brew install kafka
Starting zookeeper and default kafka server:
zkserver start
kafka-server-start /usr/local/etc/kafka/server.properties
- Properties:
/usr/local/etc/kafka
- Logs:
/usr/local/var/log/kafka
- Data:
/usr/local/var/lib/kafka-logs
- [Apache Kafka] (https://kafka.apache.org/)
- [Kafka and Spring boot] (https://spring.io/blog/2015/04/15/using-apache-kafka-for-integration-and-data-processing-pipelines-with-spring)