Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 544 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 544 Bytes

KafKa-chatting

An integration of Kafka with SpringBoot.

Setup

  1. Make sure kafka is installed and running on your machine.
  2. You have required jdk installed in your device.

Execution

  1. Follow this page : https://www.geeksforgeeks.org/how-to-install-and-run-apache-kafka-on-windows/ for running kafka locally.

  2. Run the springboot application.

  3. Send message through POST request.

  4. You can see the output below.

    image