Skip to content

Food Ordering Project with Clean and Hexagonal Architecture With Kafka Messaging System And Outbox Table

Notifications You must be signed in to change notification settings

alicanli1995/clean-hexagonal-architecture-kafka-saga-outbox

Repository files navigation

ci

What we are doing here ?

  • Hexagonal (Clean) Architecture -> Port & Adapter Style

  • Domain Driven Desing (DDD)

  • SAGA Pattern : process & rollback ( compensating transactions )

  • Outbox Pattern : Pulling Outbox Table With Scheduler , Saga Status

    • Cover Failure Scerinarios :

      • Ensure idempotency using outbox table in each service

      • Prevent concurrency issues with optimistic looks & DB constaints

      • Kepp updating saga and order status for each operation

  • CQRS Pattern : Materialized view & Event Sourcing

  • Relational Database : for ACID and distributed transactional

  • Kafka Messaging Systems for CQRS desing and Microservices Communication

  • Kubernetes And GKE ( Google Kubernetes Engine )

About

Food Ordering Project with Clean and Hexagonal Architecture With Kafka Messaging System And Outbox Table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published