Skip to content

pliesveld/tutorial-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutorial-kafka

Small playground for experimenting with kafka.

Setup

Start Kafka, Zookeeper, and kafdrop

docker-compose up -d

Kafdrop

Navigate to http://localhost:9000/ to view the topics, partitions, and payload

Tutorial Shell

Interactive shell for staging test data and invoking the various examples.

launch with:

mvn spring-boot:run

At the prompt, run help for a list of available commands.

Deployment

Ansible playbooks are used to stage and deploy the various examples. See ./ansible/ for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published