hailin0 commented on code in PR #8250:
URL: https://github.com/apache/seatunnel/pull/8250#discussion_r1891047793


##########
docs/zh/concept/schema-evolution.md:
##########
@@ -208,3 +209,43 @@ sink {
   }
 }
 ```
+
+### Mysql-CDC -> Doris
+```
+env {
+  # You can set engine configuration here
+  parallelism = 1
+  job.mode = "STREAMING"
+  checkpoint.interval = 5000
+}
+
+source {
+  MySQL-CDC {
+    server-id = 5652-5657
+    username = "st_user_source"
+    password = "mysqlpw"
+    table-names = ["shop.products"]
+    base-url = "jdbc:mysql://mysql_cdc_e2e:3306/shop"
+    debezium = {
+      include.schema.changes = true
+    }

Review Comment:
   ```suggestion
       schema-changes.enabled = true
   ```



##########
docs/en/concept/schema-evolution.md:
##########
@@ -208,3 +209,42 @@ sink {
   }
 }
 ```
+### Mysql-CDC -> Doris
+```
+env {
+  # You can set engine configuration here
+  parallelism = 1
+  job.mode = "STREAMING"
+  checkpoint.interval = 5000
+}
+
+source {
+  MySQL-CDC {
+    server-id = 5652-5657
+    username = "st_user_source"
+    password = "mysqlpw"
+    table-names = ["shop.products"]
+    base-url = "jdbc:mysql://mysql_cdc_e2e:3306/shop"
+    debezium = {
+      include.schema.changes = true
+    }

Review Comment:
   ```suggestion
       schema-changes.enabled = true
   ```



-- 
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...@seatunnel.apache.org

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

Reply via email to