Skip to content

Commit

Permalink
PI-2187 Fix the paths to the generated images in the tech docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonsmoj committed Jan 21, 2025
1 parent 38a99fb commit 3174a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/domain-events-and-delius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Domain event service depends on Delius for retrieving batches of domain events w

## Context map - Domain Event Data

![](./img/domain-events-context-map.svg)
![](./tech-docs/source/img/domain-events-context-map.svg)

# Workflows
## Enhancing a domain event
Domain events are retrieved from the database in batches. Each domain event will be processed in order. The domain event will contain an event type within the message body. The event type is mapped to an enhancement if one exists, otherwise it is matched to a no enhancement catch-all which will just publish the original domain event. Once a domain event has been enhanced it will be published to SNS.

![](./img/domain-events-enhancement-workflow.svg)
![](./tech-docs/source/img/domain-events-enhancement-workflow.svg)

# API Access Control
API endpoints are available to retrieve additional information related to a domain event. These URLs will be added to the domain event message by enhancers within the domain event service.
Expand Down

0 comments on commit 3174a47

Please sign in to comment.