You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/11/21 07:47:18 UTC

[rocketmq-site] branch new-official-website updated: connect doc bug fix (#366)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this push:
     new 3ebc82835 connect doc bug fix (#366)
3ebc82835 is described below

commit 3ebc82835c6a9dca6460eec406847b9e35f31dd8
Author: zhoubo <87...@qq.com>
AuthorDate: Mon Nov 21 15:47:13 2022 +0800

    connect doc bug fix (#366)
---
 .../28RocketMQ Connect In Action1.md"                                   | 2 +-
 .../30RocketMQ Connect In Action3.md"                                   | 2 +-
 .../28RocketMQ Connect In Action1.md"                                   | 2 +-
 .../30RocketMQ Connect In Action3.md"                                   | 2 +-
 .../28RocketMQ Connect In Action1.md"                                   | 2 +-
 .../30RocketMQ Connect In Action3.md"                                   | 2 +-
 .../28RocketMQ Connect In Action1.md"                                   | 2 +-
 .../30RocketMQ Connect In Action3.md"                                   | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git "a/docs/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md" "b/docs/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"
index b0ed8e0ae..5e7d5bcf4 100644
--- "a/docs/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"	
+++ "b/docs/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"	
@@ -171,7 +171,7 @@ PRIMARY KEY (`id`)
 
 ```
 curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource -d '{
-"connector.class": "org.apache.rocketmq.connect.debezium.MySQL.DebeziumMysqlConnector",
+"connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector",
 "max.task": "1",
 "connect.topicname": "debezium-mysql-source-topic",
 "kafka.transforms": "Unwrap",
diff --git "a/docs/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md" "b/docs/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"
index de816379b..d718b0007 100644
--- "a/docs/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"	
+++ "b/docs/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"	
@@ -210,7 +210,7 @@ create table bank1.user
 
 ```
 curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource1000 -d '{
-"connector.class": "org.apache.rocketmq.connect.debezium.MySQL.DebeziumMysqlConnector",
+"connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector",
 "max.task": "1",
 "connect.topicname": "debezium-source-topic1000",
 "kafka.transforms": "Unwrap",
diff --git "a/i18n/en/docusaurus-plugin-content-docs/current/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md" "b/i18n/en/docusaurus-plugin-content-docs/current/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"
index b0ed8e0ae..5e7d5bcf4 100644
--- "a/i18n/en/docusaurus-plugin-content-docs/current/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"	
+++ "b/i18n/en/docusaurus-plugin-content-docs/current/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"	
@@ -171,7 +171,7 @@ PRIMARY KEY (`id`)
 
 ```
 curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource -d '{
-"connector.class": "org.apache.rocketmq.connect.debezium.MySQL.DebeziumMysqlConnector",
+"connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector",
 "max.task": "1",
 "connect.topicname": "debezium-mysql-source-topic",
 "kafka.transforms": "Unwrap",
diff --git "a/i18n/en/docusaurus-plugin-content-docs/current/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md" "b/i18n/en/docusaurus-plugin-content-docs/current/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"
index de816379b..d718b0007 100644
--- "a/i18n/en/docusaurus-plugin-content-docs/current/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"	
+++ "b/i18n/en/docusaurus-plugin-content-docs/current/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"	
@@ -210,7 +210,7 @@ create table bank1.user
 
 ```
 curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource1000 -d '{
-"connector.class": "org.apache.rocketmq.connect.debezium.MySQL.DebeziumMysqlConnector",
+"connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector",
 "max.task": "1",
 "connect.topicname": "debezium-source-topic1000",
 "kafka.transforms": "Unwrap",
diff --git "a/i18n/en/docusaurus-plugin-content-docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md" "b/i18n/en/docusaurus-plugin-content-docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"
index b0ed8e0ae..5e7d5bcf4 100644
--- "a/i18n/en/docusaurus-plugin-content-docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"	
+++ "b/i18n/en/docusaurus-plugin-content-docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"	
@@ -171,7 +171,7 @@ PRIMARY KEY (`id`)
 
 ```
 curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource -d '{
-"connector.class": "org.apache.rocketmq.connect.debezium.MySQL.DebeziumMysqlConnector",
+"connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector",
 "max.task": "1",
 "connect.topicname": "debezium-mysql-source-topic",
 "kafka.transforms": "Unwrap",
diff --git "a/i18n/en/docusaurus-plugin-content-docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md" "b/i18n/en/docusaurus-plugin-content-docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"
index de816379b..d718b0007 100644
--- "a/i18n/en/docusaurus-plugin-content-docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"	
+++ "b/i18n/en/docusaurus-plugin-content-docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"	
@@ -210,7 +210,7 @@ create table bank1.user
 
 ```
 curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource1000 -d '{
-"connector.class": "org.apache.rocketmq.connect.debezium.MySQL.DebeziumMysqlConnector",
+"connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector",
 "max.task": "1",
 "connect.topicname": "debezium-source-topic1000",
 "kafka.transforms": "Unwrap",
diff --git "a/versioned_docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md" "b/versioned_docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"
index b0ed8e0ae..5e7d5bcf4 100644
--- "a/versioned_docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"	
+++ "b/versioned_docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/28RocketMQ Connect In Action1.md"	
@@ -171,7 +171,7 @@ PRIMARY KEY (`id`)
 
 ```
 curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource -d '{
-"connector.class": "org.apache.rocketmq.connect.debezium.MySQL.DebeziumMysqlConnector",
+"connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector",
 "max.task": "1",
 "connect.topicname": "debezium-mysql-source-topic",
 "kafka.transforms": "Unwrap",
diff --git "a/versioned_docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md" "b/versioned_docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"
index de816379b..d718b0007 100644
--- "a/versioned_docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"	
+++ "b/versioned_docs/version-5.0/07-\346\225\260\346\215\256\351\233\206\346\210\220/30RocketMQ Connect In Action3.md"	
@@ -210,7 +210,7 @@ create table bank1.user
 
 ```
 curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource1000 -d '{
-"connector.class": "org.apache.rocketmq.connect.debezium.MySQL.DebeziumMysqlConnector",
+"connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector",
 "max.task": "1",
 "connect.topicname": "debezium-source-topic1000",
 "kafka.transforms": "Unwrap",