atharvalade commented on code in PR #3103: URL: https://github.com/apache/iggy/pull/3103#discussion_r3292133999
########## core/connectors/sinks/s3_sink/README.md: ########## @@ -0,0 +1,147 @@ +# Apache Iggy S3 Sink Connector + +Writes messages from Iggy streams to Amazon S3 and S3-compatible object stores (MinIO, Cloudflare R2, DigitalOcean Spaces, Backblaze B2). + +## Features + +- Buffered uploads with configurable file rotation (by size or message count) +- Multiple output formats: JSON Lines, JSON Array, Raw +- Configurable path templates with variables for stream, topic, date, hour, partition +- Deterministic S3 keys based on offset ranges for idempotent crash recovery Review Comment: Removed claim, documented honestly instead -- 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]
