tuteng commented on a change in pull request #5266: Update io-cdc-canal.md
URL: https://github.com/apache/pulsar/pull/5266#discussion_r327532490
##########
File path: site2/docs/io-cdc-canal.md
##########
@@ -163,9 +163,9 @@ Here is an example of storing MySQL data using the
configuration file as above.
```bash
$ docker exec -it pulsar-standalone /bin/bash
- $ wget
http://apache.01link.hk/pulsar/pulsar-2.3.0/connectors/pulsar-io-canal-2.3.0.nar
-P connectors
- $ ./bin/pulsar-admin sources localrun \
- --archive ./connectors/pulsar-io-canal-2.3.0.nar \
+ $ wget
http://apache.01link.hk/pulsar/pulsar-2.4.1/connectors/pulsar-io-canal-2.4.1.nar
-P connectors
+ $ ./bin/pulsar-admin source localrun \
+ --archive ./connectors/pulsar-io-canal-2.4.1.nar \
--classname org.apache.pulsar.io.canal.CanalStringSource \
Review comment:
You may also need to change this file
https://github.com/apache/pulsar/blob/master/site2/website/versioned_docs/version-2.4.1/io-cdc-canal.md
and replace the version number of 2.3.0 with 2.4.1.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services