Artem Bilan
Artem Bilan
Not sure what you mean. This project is fully based on Spring Integration and just provides channel adapters and utilities for AWS. Everything else is a messaging flow. So, you...
Custom transformer to parse that `b3` attribute from the payload of that complex `Body`. There you build a new message and probably set this `b3` into a message header yo...
> `2.10.27` We are aware about Reactive Streams API in the AWS SDK v2. Only the problem that we have to migrate into that version first and then we can...
Read the issue I've pointed in my answer. And follow links to other related issues. I cannot judge from here until we got some answers in the Spring Cloud AWS...
Technically even existing AWS SKD v1 is compatible with Reactive Stream - its has an async variants for AWS services, which we really use in this Spring Integration for AWS...
See this one and all its extensions in the same package: https://github.com/spring-projects/spring-integration-aws/blob/main/src/main/java/org/springframework/integration/aws/outbound/AbstractAwsMessageHandler.java.
It would be great to determine in your opinion what is compatibility with Reactor or not. As I said before: the AWS API in most cases is async, so it...
@jifeiiii , you probably didn't get the main point of this issue: we cannot use AWS SDK v2 yet. The Client you mention is missed in the version of AWS...
Sure! Having a new Spring 6 era I guess we are free to make radical changes in this Spring Integration SMB module as well. Feel free to contribute such a...
Would you mind to share how do you send those files in the form? I will prepare then some simple Spring Boot application with Spring Integration HTTP Inbound Gateway and...