Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 340 Bytes

Spring Kafka Sample Project

How to run

  1. Clone this project
  2. Run kafka server with docker-compose file (or use your any kafka server)
    1. Move directory to docker-compose
    2. docker-compose up
  3. Run this application
  4. Request GET api to localhost:8080/template
  5. Check kafka producing and consume in this application console