rucciva commented on code in PR #10334:
URL: https://github.com/apache/seatunnel/pull/10334#discussion_r2725535436


##########
docs/en/connectors/source/PostgreSQL-CDC.md:
##########
@@ -111,6 +111,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 PostgreSQL CDC, valid enumerations are `DEFAULT`, 
`COMPATIBLE_DEBEZIUM_JSON`.                                                     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                        |
+| require-replica-identity-full             | Boolean  | No       | true.    | 
Require the table to have REPLICA IDENTITY FULL. When set to false, allows 
tables with other replica identity settings, but UPDATE/DELETE events may not 
contain the previous state. This should only be used for append-only tables 
(e.g., outbox pattern). Default is true for backward compatibility.             
                                                                                
                                                                                
                                                                                
                                                |

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