Skip to content

semple projects using spring cloud stream, kafka, socket and webflux

Notifications You must be signed in to change notification settings

lucasaquiles/kafka-spring-cloud-stream-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-spring-cloud-stream-example

scenarios using kafka, spring cloud stream, socket and webflux

seed

while :; do  
 curl -X POST "http://localhost:8080/" -H "accept: */*" -H "Content-Type: application/json" -d "{ \"description\": \"string\", \"lat\":"$ind" , \"lon\": "$ind"}"; 
 let ind=ind+1;
done

examples with kafka producer and consumers and partitions topic groups

docker-compose up --build -d mongodb

About

semple projects using spring cloud stream, kafka, socket and webflux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published