Skip to content

Demo with Kafka producer and cosumer in Spring Boot. Convert messages from POJOs to JSON and vice versa.

License

Notifications You must be signed in to change notification settings

stylepatrick/spring-boot-kafka-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-kafka-demo

Demo with Kafka producer and cosumer in Spring Boot. Convert messages from POJOs to JSON and vice versa.

Structure:

A HTTP request can be send to following endpoints:

  • api/kafka/car/{name}/{brand}
  • api/kafka/film/{name}/{releaseYear}

After receiving a request via WebMVC it gets forwarded to the Kafka topic. There is an listener active which checks if a new message is comming to the topics.

About

Demo with Kafka producer and cosumer in Spring Boot. Convert messages from POJOs to JSON and vice versa.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages