krutoileshii opened a new issue, #10308: URL: https://github.com/apache/seatunnel/issues/10308
### 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 SeaTunnel’s IMAP source currently persists state (e.g., offsets, UID tracking, checkpoints) in HDFS. This proposal adds support for **S3-compatible object storage** as an alternative state backend. ### Usage Scenario We use S3 compatible storage and would like to have an ability to store imap in it as we do not have access to HDFS. ### Related issues ### Proposed Behavior * Support storing IMAP source state in: * S3 * MinIO * Other S3-compatible object storage * Configuration aligns with existing SeaTunnel S3 settings: * Endpoint * Bucket * Path/prefix * Credentials * State semantics remain consistent with the current HDFS implementation (fault tolerance and delivery guarantees unchanged). ### 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]
