Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Kafka stream microservice example

Run

  • Start kafka docker-compose --file=Docker-compose-kafka.yml up -d or set environment variable for services KAFKA=localhost:29092
  • Run source application
  • Run processor application

Testing

Open http://localhost:8090 (Kafka UI) and see topics and message

Source application

Produces StreamRequest every 15 seconds to input-topic

Processor application

Listening input-topic, proceed messages (add to StreamRequest.data list "Processed") and send to output-topic

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages