Skip to content

Karthikkumarjain/apachekafka.producer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creation of Kafka Publisher/Producer using Spring Boot

Prerequisites(Avoid below if using docker compose)

Steps to setup

Kafka Commands

  • Start Zookeeper Server
sh bin/zookeeper-server-start.sh config/zookeeper.properties
  • Start Kafka Server / Broker
sh bin/kafka-server-start.sh config/server.properties
  • Or avoid above two steps and start both Zookeeper and Kafka Server in one command
docker compose up
  • Launch the spring boot application
  • Use the endpoints and call them in any og the API testing tools like Postman, Insomnia, Bruno etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages