Skip to content

Commit e5fe125

Browse files
committed
migrate reads first image
1 parent cbca564 commit e5fe125

File tree

2 files changed

+199
-1
lines changed

2 files changed

+199
-1
lines changed

content/patterns/migration/migrate-reads-first/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 7
1515
When planning a migration for a specific subsystem/subdomain, one approach to enable a gradual migration is to migrate read operations first. All read operations will be handled by the new system, while all write operations still go to the legacy and are synchronised across to the new.
1616

1717
<div class="title title--sans title--third">
18-
<img src="/patterns/migration/migrate-reads-first/migrate-reads-first.png" alt="Migrate Reads First Pattern" style="max-width: 100%; width: 100%; height: auto;">
18+
<img src="/patterns/migration/migrate-reads-first/migrate-reads-first.svg" alt="Migrate Reads First Pattern" style="max-width: 100%; width: 100%; height: auto;">
1919
</div>
2020

2121
{{< comingsoon >}}
Lines changed: 198 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)