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


##########
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:
   done



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