srkukarni commented on a change in pull request #2976: add debezium source documentation URL: https://github.com/apache/pulsar/pull/2976#discussion_r233544948
########## File path: site2/docs/io-cdc.md ########## @@ -0,0 +1,146 @@ +--- +id: io-cdc +title: CDC Source Connector +sidebar_label: CDC Source Connector +--- + +## Source + +The CDC Source connector is used for turns your existing databases, which include MySQL, MongoDB, PostgreSQL, into Pulsar topics. + +The CDC Source connector is built on top of [Debezium](https://debezium.io/). Instead of Storing data into Kafka, this connector stores all data into Pulsar Cluster in a persistent, replicated and partitioned way. Review comment: Not sure we need the mention of Kafka here ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
