Skip to content

tomaszkubacki/kafka_spring_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Spring Demo

Demo usage of Kafka in Spring application

Run Kafka Cluster in docker (optional)

Run Kafka in docker

docker-compose up -d

or update kafka connection info in: application.yml

Prepare Kafka topics

After cluster is up, prepare Kafka topics. From the project root do:

cd infra
terraform init
terraform apply 

see infra/README.md for details

How to run

Run in the terminal:

./gradlew bootRun

open swagger UI at openapi link

About

kafka spring demo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published