Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himash79/spring-boot-apache-kafka

Build restful webservices utilizing Spring boot as well as intergrate with Apache Kafka.
https://github.com/himash79/spring-boot-apache-kafka

apache-kafka kafka kafka-consumer kafka-producer restful-api spring-boot

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Requirements

01) Java 11
02) Maven 3.8
03) Apache Kafka

## Project setup

01) Clone the project

git clone https://github.com/himash79/Spring-boot-Apache-Kafka.git

02) Clean and build the project using maven

open command line (CMD) in project directory and execute 'mvn clean install'

03) Open project using intelij / eclipse

04) Follow the `Config.txt` file for kafka configurations.

04) Expose Rest APIs and retrieve responses.