srkukarni commented on a change in pull request #2976: add debezium source 
documentation
URL: https://github.com/apache/pulsar/pull/2976#discussion_r233545180
 
 

 ##########
 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.
+This CDC Source are tested by using MySQL, and you could get more information 
regarding how it works at [this 
link](https://debezium.io/docs/connectors/mysql/).
+Regarding how Debezium works, please reference to [Debezium 
tutorial](https://debezium.io/docs/tutorial/). It is recommended that you go 
through this tutorial first.
+
+### Source Configuration Options
+
+The Configuration is mostly related to Debezium task config, besides this we 
should provides the service URL of Pulsar cluster, and topic names that used to 
store offset and history.
+
+| Name | Required | Default | Description |
+|------|----------|---------|-------------|
+| `task.class` | `true` | `null` | A Kafka Connect source task class that 
implemented in Debezium. |
 
 Review comment:
   Is that KafkaConnect?

----------------------------------------------------------------
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

Reply via email to