Skip to content

faris-git/spring-kafka-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-kafka-play

Spring Boot and Kafka

Introduction

Apache Kafka is a distributed and fault-tolerant stream processing system. Spring Kafka brings the simple and typical Spring template programming model with a KafkaTemplate and Message driven POJOs via @kafkaListener annotation.
This sample code gives you how to produce and consume message using Kafka.
The application also help us to create and configure topics used for publishing and consuming the message.

How to test

Start Spring boot application

References

Install Kafka
Create Kafka Topic

About

Spring Boot and Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages