Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prpundge/kafka-demo-ce
This is a Spring Boot application that integrates with Apache Kafka to demonstrate message production and consumption. The application serves as a foundational example for building scalable and resilient messaging systems.
https://github.com/prpundge/kafka-demo-ce
kafka kafka-consumer kafka-producer maven springboot
Last synced: 21 days ago
JSON representation
This is a Spring Boot application that integrates with Apache Kafka to demonstrate message production and consumption. The application serves as a foundational example for building scalable and resilient messaging systems.
- Host: GitHub
- URL: https://github.com/prpundge/kafka-demo-ce
- Owner: prpundge
- Created: 2024-10-28T17:20:09.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:31:36.000Z (2 months ago)
- Last Synced: 2024-10-28T18:50:03.887Z (2 months ago)
- Topics: kafka, kafka-consumer, kafka-producer, maven, springboot
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Kafka Spring Boot Application
## Overview
This is a Spring Boot application that integrates with Apache Kafka to demonstrate message production and consumption. The application serves as a foundational example for building scalable and resilient messaging systems.## Features
Kafka Producer: Sends messages to a specified Kafka topic.
Kafka Consumer: Consumes messages from the Kafka topic and processes them.
Spring Boot Integration: Leverages Spring Boot's capabilities for easy configuration and dependency management.
##Prerequisites
Java 17 or higher
Maven 3.6 or higher
Apache Kafka and Zookeeper running locally or on a server