Skip to content

zetraison/reactive-kafka-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactive-kafka-consumer

Sample of Spring Boot Kafka consumer.

In this sample used Confluent Control Center as a kafka server and for the generation mock data to a topics.

Download and Start Confluent Platform Using Docker

Download or copy the contents of the Confluent Platform all-in-one Docker Compose file, for example:

curl --silent --output docker-compose.yml \
https://raw.githubusercontent.com/confluentinc/cp-all-in-one/6.2.0-post/cp-all-in-one/docker-compose.yml

Start Confluent Platform with the -d option to run in detached mode:

docker-compose up -d

About

Sample of Spring Boot Reactive Kafka consumer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages