Ant0wan / apache-kafka-primer

Setting up an experimental Kafka cluster running brokers and ZooKeeper nodes with Supervisor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Apache Kafka Primer

Setting up an experimental Kafka cluster by running brokers and ZooKeeper nodes with Supervisor.


Prerequisites

NOTE: Your local environment must have Java 8+ installed.

Run

Start the ZooKeeper service

bin/zookeeper-server-start.sh config/zookeeper.properties

Start the Kafka broker service

bin/kafka-server-start.sh config/server.properties

Sources

Kafka

Application

About

Setting up an experimental Kafka cluster running brokers and ZooKeeper nodes with Supervisor.


Languages

Language:Shell 68.7%Language:HCL 31.3%