Description The freshness of data significantly impacts the value of data insights, especially for business data stored in databases. The rapid development of real-time computing and real-time analytics technologies has increased the demand for low-latency data pipelines. Establishing a real-time synchronization pipeline can make the entire business decision-making process more efficient. Flink CDC is an end-to-end streaming ETL tool built on Apache Flink, allowing users to easily construct streaming data integration pipelines using YAML language. In this session, I will analyze the mainstream business scenarios and challenges of building real-time data synchronization pipelines, delve into the key design and implementation of Flink CDC, and share how Flink CDC elegantly addresses these challenges, including schema evolution, full database synchronization, dynamic table addition, automatic merging of sharded tables, column projection, and filtering.