rucciva commented on PR #10334: URL: https://github.com/apache/seatunnel/pull/10334#issuecomment-3784357849
> CRITICAL: Missing docs for require-replica-identity-full > The connector docs currently mandate REPLICA IDENTITY FULL for all tables, contradicting the new option. Users who disable this in non-append-only scenarios will get incomplete UPDATE/DELETE events (missing before state), leading to data inconsistency that is difficult to debug in production. > Please update the Source Options table with: > Type: Boolean, Default: true Clear warning that false is only for append-only tables (e.g., outbox pattern) Note that UPDATE/DELETE events may lack previous state when disabled do you mean i need to update the `docs` folder or `PostgresOptions.java:56` file (which is the same for the following point). if you mean `docs`, do i need to update the `zh` too? since i can only understand english -- 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]
