Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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