Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.96 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.96 KB

Microservices

This repository contains examples of different design patterns and use cases for Microservices

Technology Used

docker java kafka postman spring

Design Patterns

  • An implementation of Spring Cloud API Gateway, Event-Driven and Observer Pattern with Events for Alert Notifications pattern using microservices required for banking app
  • Implementation example of Saga Pattern to manage data consistency across e-commerce microservices in distributed transaction scenario
  • Dockerized microservices implementation with service discovery, spring cloud gateway, event-driven mechanism and saga pattern. Includes sonar integration.