Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 383 Bytes

File metadata and controls

30 lines (21 loc) · 383 Bytes

Spring Boot Orders Management Streams

Description

Kafka Streams in a Spring Boot 3.3.0 application for learning purposes.

Technologies

  • Java 21
  • Gradle
  • Spring Boot 3.3.0
  • Kafka
  • Kafka Streams
  • Logback
  • Lombok
  • Docker Compose

How to run

Start Kafka and Zookeeper

docker-compose up -d

Start the application

gradle bootRun