Skip to content

Integrated Apache Kafka in Spring Boot. Send and Receive messages.

Notifications You must be signed in to change notification settings

sathishmepco/Apache-Kafka-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Apache-Kafka-SpringBoot

Integrated Apache Kafka in Spring Boot. Send and Receive messages.

Installing Apache Kafka in Windows Operating System

Kafka_Windows_Installation

Steps to run this projects.

  • Install the Apache Kafka
  • Start the Zookeeper server and Kafka Server
  • Run the MessageProducer SpringBoot application
  • Run the MessageConsumer SpringBoot application
  • Using Postman (Rest Client tool) send message
  • Check MessageConsumer console to see the received messages

How it works?

kafka_producer_consumer

Releases

No releases published

Packages

No packages published

Languages