Questions tagged [spring-integration-aws]

Spring Integration Extension for Amazon Web Services.

The full explanation can be found on project github page

122 questions
0
votes
1 answer

Spring Aws Kinesis Binder ProvisionedThroughputExceededException while consuming messages in Batch Mode

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…
0
votes
1 answer

Use of object-acl-expression in s3-outbound-gateway

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. …
0
votes
1 answer

How do I connect an AWS SQS Inbound Adapter to an AMQP Backed Message Channel?

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…
0
votes
1 answer

Usage of bucketfullaccesscontrol permission in bucket objects

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…
0
votes
1 answer

Streaming objects from S3 Object using Spring Aws Integration

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…
0
votes
1 answer

spring-cloud-stream-binder-kinesis AWS

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…
0
votes
1 answer

Looping channel to update the header enricher to place file in multiple targets

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…
0
votes
1 answer

Delete source file from s3 bucket : s3-inbound-streaming-channel-adapter

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…
0
votes
1 answer

S3: Outbound adapter to place file in multiple target buckets

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…
0
votes
1 answer

Poller/Adapter in s3-inbound-channel-adapter not working properly

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…
Las
  • 37
  • 4
0
votes
1 answer

How to start/stop nt-aws:s3-inbound-channel-adapter manually

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…
0
votes
1 answer

spring-integration with AWS S3 retry failed "get" file

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…
user2279337
  • 691
  • 5
  • 13
  • 26
0
votes
0 answers

Facing issue in File Encoding - UTF-8/16 using file-to-string-transformer

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…
0
votes
1 answer

Adding metadata data to S3 object using S3 outbound gateway

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…
0
votes
2 answers

spring-integration-aws - disable sync from sub folders in bucket

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…
1 2 3
8 9