Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 383 Bytes

File metadata and controls

13 lines (7 loc) · 383 Bytes

SpringBoot-kafkaProducer/Consumer Application

Step-1: Start Zookeeper using this command

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

Step-2: Start Kafka Server using this commmand

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

Step-3: Run both applications .

Step-4: Use Postman to hit the producer and see the changes in consumer