This document discusses strategies for synchronizing data between a legacy system and a new microservices architecture. It proposes using change data capture (CDC) to log all database changes in the legacy system and streaming them to the microservices using Apache Kafka. This allows the two systems to run concurrently while keeping the data eventually consistent as the services are migrated gradually using a strangler pattern.