Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.26 KB

File metadata and controls

27 lines (17 loc) · 1.26 KB

spring-kafka-example


Overview

Basic Java Spring (Java 21) project showing simple integration with Apache Kafka.
Includes a Kafka producer and consumer with minimal setup for local development.


Tech stack

  • Spring Boot
  • Java 21
  • Kafka (Docker)

Related Resources

Description Link
Spring Kafka Official Docs spring.io/projects/spring-kafka
Various Kafka setups and approaches using Docker github.com/conduktor/kafka-stack-docker-compose
Start kafka container with a topic already configured use-the-init-container-to-create-kafka-topics