Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fals committed Nov 11, 2024
1 parent ebfc0ba commit f9607ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/2024-11-11-event-driven-architectures-101.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ tags: [architecture, EDA, events, cloud native]

This is a high level post with some 101 takes on Event Driven Architecture. This post contains compressed and summarized information to guide you through some common patterns and practices, later on you can dig deeper based on the topics.

Distributed systems and cloud native are the norm nowadays, and EDA aligns with the both, it is a must known.
Distributed systems and cloud native are the norm nowadays, and EDA aligns with both.

# EDA - Event Driven Architectures

Event-driven architectures often being designed atop *message-driven architectures*, in which most of the work is done async, service communication will be mainly through events sent to message systems queues or topics. There are two common implementations for this pattern *Broker* and *Mediator*.
Expand Down

0 comments on commit f9607ce

Please sign in to comment.