0

I would like to use Java reactor and Micronaut to process gzipped files from a S3 bucket in a reactive way.

Now I think Micronaut is missing some helper methods to make this possible, like it is possible for Spring.

Micronaut has also its own ByteBuffer interface (vs DataBuffer interface in Spring) but has no DefaultByteBuffer implementation.

Would I be able to make a system that is not loading all the files in memory or saving them in a tempFolder? A full E2E stream from S3 all the way back to S3 (s3 -> unzip -> map/transformation -> zip -> s3)

0 Answers0