rucciva opened a new issue, #10293: URL: https://github.com/apache/seatunnel/issues/10293
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description I would like to use postgres CDC without REPLICATION POLICY FULL since my table is append only. ### Usage Scenario I'm trying to implement relay of [outbox pattern](https://microservices.io/patterns/data/transactional-outbox.html) with seatunnel. The outbox table is append only (with regular cleanup that should be ignored from the event delivery perspective). Forcing the table to use REPLICATION POLICY of FULL will only increase WAL. Also it seems from the [available transform](https://seatunnel.apache.org/docs/2.3.12/transform-v2/filter-rowkind#examples), processing INSERT only operation is already supported by seatunnel ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
