aws-sdk
aws-sdk copied to clipboard
Using vertx-client for AWS SDK v2
Please, add support for software.amazon.awssdk.services.s3.internal.crt.S3CrtAsyncHttpClient Documentation https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/crt-based-s3-client.html We have connectivity issues during data transfer, using the standard S3AsyncClient. From the documentation: `The AWS CRT-based S3 client improves transfer reliability in...
I'm using VertxSdkClient.withVertx to create my non-blocking DynamoDB client and it works. However, I see some occurrences of "Connection reset java.net.SocketException: Connection reset" (the full stack trace is given below)...
https://github.com/reactiverse/aws-sdk/blob/883755f9068ea111ba54736ba4b473d6d681eb3d/src/main/java/io/reactiverse/awssdk/VertxNioAsyncHttpClient.java#L86 Hi Response should be paused until the subscriber (ReadStreamPublisher) requests data via (stream.fetch(n) which automatically resumes) else you are having the chance of missing data. This is visible when...
Hi, I've noticed some strange behavior around S3AsyncClient when wrapping it with the reactiverse `aws-sdk` wrapper. I'm currently running into an issue where trying to upload files where the s3...
Are there plans in motion for adding RxJava(2) support? Also, could you add to the documentation that as the project stands, it is not compatible with `vertx-rx`?
I've been refactoring some code to RxJava and was suddenly having the weird issue of downloaded files being corrupt. After some investigation, I found that the issue disappears when I...
With Vertx 5 around the corner (have been testing release candidates), will this be updated?