CDC Connector
Source
The CDC Source connector is used to capture change log of existing databases like MySQL, MongoDB, PostgreSQL into Pulsar.
The CDC Source connector is built on top of Debezium. This connector stores all data into Pulsar Cluster in a persistent, replicated and partitioned way. This CDC Source are tested by using MySQL, and you could get more information regarding how it works at this link. Regarding how Debezium works, please reference to Debezium tutorial. It is recommended that you go through this tutorial first.