Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Current »

Problem

  • Adding or removing services without breaking existing logic. and, so create a centralized service which is the entry point to multiple services for incoming requests.

  • Make sure that each service completes their responsability and is not aware of the overall workflow.

image-20240826-192751.png

Solution

The goal is to buffer requests until downstream components claim and process them.

image-20240826-192947.png

A message broker could be the solution to buffer requests from client app : messages will be queued in the message broker.

Choreography In Practice

image-20240827-141618.png

  • No labels