I am using the batch mode to pull in the records from kinesis stream. We are using spring aws kinesis binder.
Most of the times we are not able to pull messages from stream. Only some times we are able to pull messages from stream.
My config looks…
I want to use object-acl-expression in s3-outbound-gateway as mentioned below configuration
but, its throwing "Illegal state Exception" due to null value in else section.I dont want to set any other access controll in else section.
…
I have successfully configured via Java an Inbound Channel Adapter for AWS SQS using a direct channel. This project uses a combination of JDBC and RabbitMQ with SQS as the inbound flow for 3 separate queues. I need durable messages so I'm trying…
I am using spring integration channel technology in my application. I just want to put some files inside aws s3 bucket with full access permissions. my configuration is in XML form.
Need to implement via using expression-acl-object attribute in s3…
I am working on a usecase where I am supposed to poll S3 -> read the stream for the content -> do some processing and upload it to another bucket rather than writing the file in my server.
I know I can achieve it using S3StreamingMessageSource in…
How can we have two AWS kinesis connections using spring-cloud-stream-binder-kinesis?
1st connection: spring application and AWS kinesis stream in the same AWS account.
2nd connection: other AWS kinesis stream sitting in a different AWS account.
Is…
Trying to place a file in multiple directories using single outbound gateway using spring-integration-file.I Know that it's not possible with such a channel adapter to send to several directories at a time.
In order to achieve that, having a loop…
Source files are not deleting from s3 bucket once after successfully transfer it to target directory.
steps 1. Using Inbound streaming channel adapter to stream source files from S3 to local directory.(working fine)
step 2 : Want to delete…
have a spring boot application, where I am trying to place a file into multiple S3 bucket using single S3 outbound adapter..
Would like to know if its possible to place the file in multiple bucket using single outbound adapter using…
My scenario is to transfer one file from AWS S3 bucket to EC2 instance only once whenever the file gets modified. I used the following configuration and manually started the adapter when server starts.
The issue is the execution is repeated 5 or 6…
How to customize start/stop of aws s3 inbound-channel-adapter . I want to set auto-startup="false" initially and start manually when server starts.Looking for a solution which is similar like we have the below solution for file inbound channel…
We are using spring-integration with S3. We have s3-inbound-streaming-channel-adapter to read from S3. What is happening is that if the "get" fails the s3-inbound-streaming-channel-adapter put the filename in "acceptOnceFilter" and doesn't retry on…
In spring integration aws application, files are routed from source folder to target S3 bucket using s3-outbound-gateway. Would like to encode the file UTF-8/16 using file-to-string-transformer and upload in target bucket. But the output file…
have written code for spring integration aws application, which currently upload files from source folder to target S3 bucket using s3-outbound-gateway. Would like to add below user defined metadata and their value about the file while uploading…
I am using Spring integration Aws in one of my projects to download the files from S3 bucket to local directory. I have specified the bucket location and downloading is working fine so far. The issue occurred, when i created a sub folder in the…