Reactive S3 adapter - Project Reactor support
See original GitHub issueType: Feature
Is your feature request related to a problem? Please describe. As specified in https://github.com/spring-cloud/spring-cloud-aws/issues/802 and in https://github.com/spring-projects/spring-integration-aws/issues/198, there should be support for Reactive Streams in the new AWS SDK v2 rewrite. I would be glad if this would be added to the milestone https://github.com/awspring/spring-cloud-aws/milestone/4.
Describe the solution you’d like
Enable the usage of Project Reactor with spring cloud aws
.
Describe alternatives you’ve considered As previously mentioned, this is a great example of self implementation https://github.com/eugenp/tutorials/tree/master/aws-reactive.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:12
- Comments:17 (7 by maintainers)
Top Results From Across the Web
AWS S3 with Java - Reactive Support - Baeldung
Explore the basics of using the reactive extensions available in the AWS SDK V2 library.
Read more >Support Reactive Streams API for S3 protocol #198 - GitHub
Hey. I would like to suggest support for Project Reactor when integrating with AWS and Spring Integration. I suggest the ability to write...
Read more >Reactor 3 Reference Guide - Project Reactor
Reactive encoding and decoding are fully supported. 2.2. Prerequisites. Reactor Core runs on Java 8 and above. It has a transitive dependency on ......
Read more >Reactor 3 Reference Guide - Project Reactor
Reactive encoding and decoding are fully supported. 2.2. Prerequisites. Reactor Core runs on Java 8 and above. It has a transitive dependency on ......
Read more >Reactor 3 Reference Guide - Project Reactor
If you are new to reactive programming, though, you should probably start with the ... Reactive encoding and decoding are fully supported.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Design work is pending. We are open for suggestion or even PRs but can’t guarantee that anything will get merged until we do more research.
I’d put
S3AsyncClient
as an argument in the constructor ofS3ReactiveClient