zhaoyajun2009 commented on code in PR #825: URL: https://github.com/apache/pulsar-site/pull/825#discussion_r1515583152
########## 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: if config this topicName,it create the topic as follows ,this function is corect. `persistent://public/default/debezium-mysql-topic3333333333333333333333333333333333-partition-0` the logs is printed as follows:  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
