Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-apache-kafka
- Owner: himash79
- Created: 2022-10-06T16:38:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T16:48:25.000Z (over 2 years ago)
- Last Synced: 2023-08-14T21:27:20.814Z (over 1 year ago)
- Topics: apache-kafka, kafka, kafka-consumer, kafka-producer, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 / eclipse04) Follow the `Config.txt` file for kafka configurations.
04) Expose Rest APIs and retrieve responses.