Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piomin/sample-spring-boot-kafka
Sample Spring Boot apps that sends and receives messages from Kafka using the Spring Kafka project
https://github.com/piomin/sample-spring-boot-kafka
kafka kafka-consumer kafka-offset spring-boot spring-kafka
Last synced: 21 days ago
JSON representation
Sample Spring Boot apps that sends and receives messages from Kafka using the Spring Kafka project
- Host: GitHub
- URL: https://github.com/piomin/sample-spring-boot-kafka
- Owner: piomin
- Created: 2024-03-11T09:31:59.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T18:58:19.000Z (24 days ago)
- Last Synced: 2024-10-26T04:59:58.993Z (22 days ago)
- Topics: kafka, kafka-consumer, kafka-offset, spring-boot, spring-kafka
- Language: Java
- Homepage: https://piotrminkowski.com
- Size: 14.6 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Kafka with Spring Boot Demo Project [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski)
[![CircleCI](https://circleci.com/gh/piomin/sample-spring-boot-kafka.svg?style=svg)](https://circleci.com/gh/piomin/sample-spring-boot-kafka)
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-boot-kafka)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-boot-kafka&metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-boot-kafka)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-boot-kafka&metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-boot-kafka)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-boot-kafka&metric=ncloc)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-boot-kafka)In this project I'm demonstrating you the most interesting features of [Spring Kafka Project](https://spring.io/projects/spring-kafka) 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](https://piotrminkowski.com/2024/03/11/kafka-offset-with-spring-boot/)