Skip to content

sandokandias/spring-boot-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-kafka

Demo of spring boot and spring kafka

Running tests

mvn clean test

Running app

docker-compose up

mvn spring-boot:run

Send some events to processing

curl -X POST http://localhost:8080/events -H 'content-type: application/json' -d '{"quantity": 2}'

Send some logs to processing

curl -X POST http://localhost:8080/logs -H 'content-type: application/json' -d '{"quantity": 2}'

About

Demo of spring boot and spring kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages