Skip to content

Sample Spring Boot apps that sends and receives messages from Kafka using the Spring Kafka project

Notifications You must be signed in to change notification settings

piomin/sample-spring-boot-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Kafka with Spring Boot Demo Project Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

In this project I'm demonstrating you the most interesting features of Spring Kafka Project for integrating Spring Boot with Apache Kafka.

  1. Learn how to manage Kafka customer offset with Spring Kafka for Spring Boot app. The details may be found in the article: Kafka Offset with Spring Boot