Kafka Desktop Client - Beautiful UI. Apache Kafka has become the leading distributed data streaming enterprise big data technology. Kafka is used in production by over 33% of the Fortune 500 companies such as Netflix, Airbnb, Uber, Walmart and LinkedIn. To learn Kafka easily, step-by-step, you have come to the right place! No prior Kafka knowledge is required.
Install Homebrew
Homebrew is a great little package manager for OS X. If you haven't already, installing it is pretty easy:
Install Java
Kafka Download For Windows
Download and install Java: https://java.com/en/download/help/mac_install.xml
Install Kafka
This installs Apache Kafka, and dependency zookeeper if it's not already installed:
Starting Kafka
Starting zookeeper and default kafka server:
- Properties:
/usr/local/etc/kafka
- Logs:
/usr/local/var/log/kafka
- Data:
/usr/local/var/lib/kafka-logs
Links
- [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)
Install Homebrew
Homebrew is a great little package manager for OS X. If you haven't already, installing it is pretty easy:
Kafka Download Windows
Install Java
Download and install Java: https://java.com/en/download/help/mac_install.xml
Install Kafka
This installs Apache Kafka, and dependency zookeeper if it's not already installed:
Starting Kafka
Starting zookeeper and default kafka server:
- Properties:
/usr/local/etc/kafka
- Logs:
/usr/local/var/log/kafka
- Data:
/usr/local/var/lib/kafka-logs
Links
- [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)