Skip to content

Commit 038c89e

Browse files
committed
legacy repub svg
1 parent 614a351 commit 038c89e

File tree

3 files changed

+3189
-1
lines changed

3 files changed

+3189
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ resources/_gen
55
**/.DS_Store
66
*.log
77
.vscode/
8+
.idea

content/patterns/migration/legacy-event-republishing/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 6
1515
Events coming out of a legacy system represent the legacy model. Allowing many consumers to consume raw legacy events means all of those consumers are coupled to the legacy model. The Legacy Event Republishing pattern requires the domain conceptually responsible for a legacy event to translate it to the new model and then republish to other domains who are therefore decoupled from the legacy model.
1616

1717
<div class="title title--sans title--third">
18-
<img src="/patterns/migration/legacy-event-republishing/legacy-event-republishing.png" alt="Legacy Event Republishing Pattern" style="max-width: 100%; width: 100%; height: auto;">
18+
<img src="/patterns/migration/legacy-event-republishing/legacy-event-repub.svg" alt="Legacy Event Republishing Pattern" style="max-width: 100%; width: 100%; height: auto;">
1919
</div>
2020

2121
{{< comingsoon >}}

0 commit comments

Comments
 (0)