shibd commented on code in PR #825:
URL: https://github.com/apache/pulsar-site/pull/825#discussion_r1515310543


##########
docs/io-cdc-debezium.md:
##########
@@ -80,7 +80,7 @@ You can use one of the following methods to create a 
configuration file.
   tenant: "public"
   namespace: "default"
   name: "debezium-mysql-source"
-  inputs: [ "debezium-mysql-topic" ]
+  topicName: "debezium-mysql-topic"

Review Comment:
   In fact, the CDC Debezium Source connector does not use this configuration, 
but sends data to the pulsar topic according to this rule.
   
   ```
   The topic naming rule is: "{{database.server.name}}.{{table.name}}". For 
examples: "public/default/mydbserver.public.io-test".You can also choose to use 
a variety of other tools to create a connector:
   ```
   
   We should remove this line.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to