Skip to content

Event-Driven

Description

A pattern that involves using events to communicate between microservices. Each microservice can publish events and subscribe to events published by other microservices.

Facilitates communication between services through event publishing and subscribing.