/Spring-boot-Apache-Kafka

Build restful webservices utilizing Spring boot as well as intergrate with Apache Kafka.

Primary LanguageJava

Spring-boot-Apache-Kafka

Build restful webservices utilizing Spring boot as well as intergrate with Apache Kafka.

Requirements

  1. Java 11
  2. Maven 3.8
  3. Apache Kafka

Project setup

  1. Clone the project

    git clone https://github.com/himash79/Spring-boot-Apache-Kafka.git
    
  2. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  3. Open project using intelij / eclipse

  4. Follow the Config.txt file for kafka configurations.

  5. Expose Rest APIs and retrieve responses.