Tag: architecture

Versatile Events in Event Driven Architecture

Aug 12, 2021 · 10 min read

Simple applications rely on synchronous request-response protocols. It is one of the most common patterns we encounter every day in applications and websites where you press a button and expect a response. As the number of services increases, the number of synchronous interactions between them increases as well. In such a situation, the downtime of a single system also affects the availability of other systems. Synchronous interaction channels between services Google defines a set of principles and practices for attaining a high Service Level Agreement (SLA) by increasing the SLA of individual services.

#azure#architecture

Read more of Versatile Events in Event Driven Architecture