Skip to content

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

Notifications You must be signed in to change notification settings

Ant0wan/apache-kafka-primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks