Skip to content

Implementation using Apache Kafka with Spring Boot project

Notifications You must be signed in to change notification settings

raviMukti/spring-simple-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Apache Kafka Example

Requirement

  • Java
  • Apache Kafka
  • Postman

Setup project

  1. Install Apache Kafka on your machine
  2. Run zookeper and kafka
  3. Create a topic with name product-topic
  4. Run consumer and producer with mvn spring-boot:run
  5. Send data using postman via HTTP POST request to the producer app
  6. Checkout the consumer app

Screenshot

Create Product

Send To Producer

Consumed/Listen Product

Consumer Listen

About

Implementation using Apache Kafka with Spring Boot project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages