Skip to content

tugayesilyurt/kafka-producer-consumer-kafdropui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose Spring,Kafka,Producer,Consumer and Kafdrop UI

Run the System

We can easily run the whole with only a single command:

  • docker-compose up

The services can be run on the background with command:

  • docker-compose up -d

Stop the System

Stopping all the running containers is also simple with a single command:

  • docker-compose down

If you need to stop and remove all containers, networks, and all images used by any service in docker-compose.yml file, use the command:

  • docker-compose down --rmi all

EndPoints

Service EndPoint Method Description
kafka-producer localhost:8000/api/v1/send/kafka POST Sending data to kafka
  • KafDrop Main Screen

Kafdrop

  • KafDrop Topic

Kafdrop

  • Postman

Postman

About

Docker Compose Spring,Kafka,Producer,Consumer and Kafdrop UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published