CheneyYin commented on code in PR #6740:
URL: https://github.com/apache/seatunnel/pull/6740#discussion_r1577073521


##########
docs/en/connector-v2/source/SqlServer-CDC.md:
##########
@@ -91,7 +91,7 @@ describes how to setup the Sql Server CDC connector to run 
SQL queries against S
 | sample-sharding.threshold                      | int      | No       | 1000  
  | This configuration specifies the threshold of estimated shard count to 
trigger the sample sharding strategy. When the distribution factor is outside 
the bounds specified by `chunk-key.even-distribution.factor.upper-bound` and 
`chunk-key.even-distribution.factor.lower-bound`, and the estimated shard count 
(calculated as approximate row count / chunk size) exceeds this threshold, the 
sample sharding strategy will be used. This can help to handle large datasets 
more efficiently. The default value is 1000 shards.                             
                                                      |
 | inverse-sampling.rate                          | int      | No       | 1000  
  | The inverse of the sampling rate used in the sample sharding strategy. For 
example, if this value is set to 1000, it means a 1/1000 sampling rate is 
applied during the sampling process. This option provides flexibility in 
controlling the granularity of the sampling, thus affecting the final number of 
shards. It's especially useful when dealing with very large datasets where a 
lower sampling rate is preferred. The default value is 1000.                    
                                                                                
                                                          |
 | exactly_once                                   | Boolean  | No       | false 
  | Enable exactly once semantic.                                               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                         |
-| debezium.*                                     | config   | No       | -     
  | Pass-through Debezium's properties to Debezium Embedded Engine which is 
used to capture data changes from SqlServer server.<br/>See more about<br/>the 
[Debezium's SqlServer Connector 
properties](https://github.com/debezium/debezium/blob/1.6/documentation/modules/ROOT/pages/connectors/sqlserver.adoc#connector-properties)
                                                                                
                                                                                
                                                                                
                                    |
+| debezium.*                                     | config   | No       | -     
  | Pass-through Debezium's properties to Debezium Embedded Engine which is 
used to capture data changes from SqlServer server.<br/>See more about<br/>the 
[Debezium's SqlServer Connector 
properties](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/sqlserver.adoc#connector-properties)
                                                                                
                                                                                
                                                                                
                           |

Review Comment:
   ditto



##########
docs/en/connector-v2/source/Postgre-CDC.md:
##########
@@ -109,7 +109,7 @@ ALTER TABLE your_table_name REPLICA IDENTITY FULL;
 | inverse-sampling.rate                          | Integer  | No       | 1000  
   | The inverse of the sampling rate used in the sample sharding strategy. For 
example, if this value is set to 1000, it means a 1/1000 sampling rate is 
applied during the sampling process. This option provides flexibility in 
controlling the granularity of the sampling, thus affecting the final number of 
shards. It's especially useful when dealing with very large datasets where a 
lower sampling rate is preferred. The default value is 1000.                    
                                                                                
                                                          |
 | exactly_once                                   | Boolean  | No       | false 
   | Enable exactly once semantic.                                              
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                          |
 | format                                         | Enum     | No       | 
DEFAULT  | Optional output format for Postgre CDC, valid enumerations are 
`DEFAULT`、`COMPATIBLE_DEBEZIUM_JSON`.                                           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                      |
-| debezium                                       | Config   | No       | -     
   | Pass-through [Debezium's 
properties](https://github.com/debezium/debezium/blob/1.6/documentation/modules/ROOT/pages/connectors/postgresql.adoc#connector-configuration-properties)
 to Debezium Embedded Engine which is used to capture data changes from Postgre 
server.                                                                         
                                                                                
                                                                                
                                                                                
                   |
+| debezium                                       | Config   | No       | -     
   | Pass-through [Debezium's 
properties](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/postgresql.adoc#connector-configuration-properties)
 to Debezium Embedded Engine which is used to capture data changes from Postgre 
server.                                                                         
                                                                                
                                                                                
                                                                                
          |

Review Comment:
   ditto



##########
docs/en/connector-v2/source/MySQL-CDC.md:
##########
@@ -129,7 +129,7 @@ When an initial consistent snapshot is made for large 
databases, your establishe
 - `interactive_timeout`: The number of seconds the server waits for activity 
on an interactive connection before closing it. See [MySQL’s 
documentation](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_interactive_timeout)
 for more details.
 - `wait_timeout`: The number of seconds the server waits for activity on a 
non-interactive connection before closing it. See [MySQL’s 
documentation](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_wait_timeout)
 for more details.
 
-*For more database settings see [Debezium MySQL 
Connector](https://github.com/debezium/debezium/blob/1.6/documentation/modules/ROOT/pages/connectors/mysql.adoc#set-up)*
+*For more database settings see [Debezium MySQL 
Connector](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/mysql.adoc)*

Review Comment:
   please change link to 
`https://debezium.io/documentation/reference/1.9/connectors/mysql.html#setting-up-mysql



##########
docs/en/connector-v2/source/Oracle-CDC.md:
##########
@@ -240,7 +245,7 @@ exit;
 | inverse-sampling.rate                          | Integer  | No       | 1000  
  | The inverse of the sampling rate used in the sample sharding strategy. For 
example, if this value is set to 1000, it means a 1/1000 sampling rate is 
applied during the sampling process. This option provides flexibility in 
controlling the granularity of the sampling, thus affecting the final number of 
shards. It's especially useful when dealing with very large datasets where a 
lower sampling rate is preferred. The default value is 1000.                    
                                                                                
                                                          |
 | exactly_once                                   | Boolean  | No       | false 
  | Enable exactly once semantic.                                               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                         |
 | format                                         | Enum     | No       | 
DEFAULT | Optional output format for Oracle CDC, valid enumerations are 
`DEFAULT`、`COMPATIBLE_DEBEZIUM_JSON`.                                           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                       |
-| debezium                                       | Config   | No       | -     
  | Pass-through [Debezium's 
properties](https://github.com/debezium/debezium/blob/1.6/documentation/modules/ROOT/pages/connectors/oracle.adoc#connector-properties)
 to Debezium Embedded Engine which is used to capture data changes from Oracle 
server.                                                                         
                                                                                
                                                                                
                                                                                
                                      |
+| debezium                                       | Config   | No       | -     
  | Pass-through [Debezium's 
properties](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/oracle.adoc#connector-properties)
 to Debezium Embedded Engine which is used to capture data changes from Oracle 
server.                                                                         
                                                                                
                                                                                
                                                                                
                             |

Review Comment:
   ditto



##########
docs/en/connector-v2/source/MySQL-CDC.md:
##########
@@ -179,7 +179,7 @@ When an initial consistent snapshot is made for large 
databases, your establishe
 | inverse-sampling.rate                          | Integer  | No       | 1000  
  | The inverse of the sampling rate used in the sample sharding strategy. For 
example, if this value is set to 1000, it means a 1/1000 sampling rate is 
applied during the sampling process. This option provides flexibility in 
controlling the granularity of the sampling, thus affecting the final number of 
shards. It's especially useful when dealing with very large datasets where a 
lower sampling rate is preferred. The default value is 1000.                    
                                                                                
                                                          |
 | exactly_once                                   | Boolean  | No       | false 
  | Enable exactly once semantic.                                               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                         |
 | format                                         | Enum     | No       | 
DEFAULT | Optional output format for MySQL CDC, valid enumerations are 
`DEFAULT`、`COMPATIBLE_DEBEZIUM_JSON`.                                           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                        |
-| debezium                                       | Config   | No       | -     
  | Pass-through [Debezium's 
properties](https://github.com/debezium/debezium/blob/1.6/documentation/modules/ROOT/pages/connectors/mysql.adoc#connector-properties)
 to Debezium Embedded Engine which is used to capture data changes from MySQL 
server.                                                                         
                                                                                
                                                                                
                                                                                
                                        |
+| debezium                                       | Config   | No       | -     
  | Pass-through [Debezium's 
properties](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/mysql.adoc#connector-properties)
 to Debezium Embedded Engine which is used to capture data changes from MySQL 
server.                                                                         
                                                                                
                                                                                
                                                                                
                               |

Review Comment:
   ditto



-- 
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]

Reply via email to