Skip to content

reddykish/Springboot-Kafka-Producer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

commands to runs the kafka

//zookeeper bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties

//kafka-server

bin\windows\kafka-server-start.bat config\server.properties

//topic creation

bin\windows\kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic Employee

//consumer command

bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic Employee --from-beginning

About

springboot with producer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages