diff --git a/docs/event-driven-architecture.md b/docs/event-driven-architecture.md index 4a07f509c..cf272f299 100644 --- a/docs/event-driven-architecture.md +++ b/docs/event-driven-architecture.md @@ -57,6 +57,7 @@ - [Internal and external events, or how to design event-driven API](https://event-driven.io/en/internal_external_events/) - [Event-Driven Architecture: What You Need to Know](https://encore.dev/blog/event-driven-architecture) ⭐ - [Event modelling anti-patterns explained](https://event-driven.io/en/anti-patterns/) +- [Event-driven architecture on the modern stack of Java technologies](https://romankudryashov.com/blog/2024/07/event-driven-architecture) ## 📺 Videos - [Event-Driven Architecture | EDA | Software Architectural Patterns](https://www.youtube.com/watch?v=gIL8rW_eyww&t=0s) @@ -99,4 +100,5 @@ ## 🚀 Samples -- [AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing](https://github.com/AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing) - The main objective of this cloud-native project is to represent the state of the art of a distributed, reliable, and highly scalable system by interpreting the most relevant principles of Reactive Domain Driven Design. \ No newline at end of file +- [AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing](https://github.com/AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing) - The main objective of this cloud-native project is to represent the state of the art of a distributed, reliable, and highly scalable system by interpreting the most relevant principles of Reactive Domain Driven Design. +- [rkudryashov/event-driven-architecture](https://github.com/rkudryashov/event-driven-architecture) Event-driven architecture (Transactional outbox, Inbox, and Saga patterns) on the modern stack of Java technologies.