Skip to content

alfonsserra/kafka-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Testing Apache Kafka

Simple producers and consumers for Apache Kafka

Getting Started

  1. Visit the Apache Kafka download page to install the most recent version (1.0.0 as of this writing).
  2. Extract the binaries into a software/kafka folder. For the current version, it's software/kafka_2.12-1.0.0.
  3. Change your current directory to point to the new folder.
  4. Run Apache ZooKeeper and Kafka:
bin/zookeeper-server-start.sh config/zookeeper.properties
bin/kafka-server-start.sh config/server.properties
  1. Create a test topic to use for testing:
bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic modulab

Working with the repo

git clone https://github.com/alfonsserra/kafka-test.git
cd kafka-test
mvn compile assembly:single

About

Simple producers and consumers for Apache Kafka

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages