Skip to content

piomin/sample-spring-kafka-transactions

Repository files navigation

Kafka Transactions with Spring Boot Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

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:

  1. Using Kafka transaction with Spring Boot - Kubernetes for Developers. A detailed guide may be found in the following article: Kafka Transactions with Spring Boot