Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-springboot

sample kafka using springboot

Kafka Order Processing — Spring Boot Demo A Spring Boot application demonstrating event-driven architecture using Apache Kafka. An order placed via REST is published to a Kafka topic and independently consumed by a Notification service and an Inventory service.

Architecture REST Client → Order Service (Producer) → Kafka Topic: orders ├── Notification Consumer (group: notification-group) └── Inventory Consumer (group: inventory-group) Each consumer belongs to a different consumer group, so both receive every message independently.

Added Mysql for saving the order details. Added Redis caching for order table.

implimented outbox pattern for better effishency while using kafka.

About

sample kafka using springboot

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages