sample-spring-kafka-transactions
sample-spring-kafka-transactions copied to clipboard
Spring Boot demo apps for testing Kafka transactions with other resources like database
Kafka Transactions with Spring Boot 
In this project I'm demonstrating how to use and test Kafka transaction support in Spring Boot and the Spring Kafka project. The sample applications are simple Spring Boot apps that exposes some HTTP endpoints and connects to the Kafka cluster.
Getting Started
All the examples are described in a separated articles on my blog. Here's a full list of available examples:
- Using Kafka transaction with Spring Boot - Kubernetes for Developers. A detailed guide may be found in the following article: Kafka Transactions with Spring Boot