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.

Migrate Reads First Pattern

🚧 More Coming Soon!

We're working on more details for this pattern. Stay tuned for updates!