Skip to content

API to consume 2 external APIs and practice message consuming with Kafka.

Notifications You must be signed in to change notification settings

raquelvaladao/spring-kafka-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project example

  • this is a basic project to practice kafka as a message broker. we make a simple request with openfeign to Clash Of Clans api and then we send a message to a queue, so one listener can save the message and send it via Mailgun api.

repo-imgs/clashschema.png

run project

  • run the following command to start containers
docker compose up -d
  • dont forget to change your env variables in both ymls
  • run main application.

wip...

About

API to consume 2 external APIs and practice message consuming with Kafka.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages