You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2019/11/13 11:54:00 UTC

[jira] [Created] (CAMEL-14174) AWS S3 component should respect the maxMessagesPerPoll

Otavio Rodolfo Piske created CAMEL-14174:
--------------------------------------------

             Summary: AWS S3 component should respect the maxMessagesPerPoll
                 Key: CAMEL-14174
                 URL: https://issues.apache.org/jira/browse/CAMEL-14174
             Project: Camel
          Issue Type: Bug
          Components: camel-aws-s3
    Affects Versions: 3.0.0.RC3
            Reporter: Otavio Rodolfo Piske


When checking for the existence of the bucket the AWS S3 endpoint does not respect the values set with maxMessagesPerPoll [1]. Although it's not a severe problem, it may lead to a small degradation in the route startup when dealing with very larger buckets or simply an undesired behavior for users setting the maxMessagesPerPoll option. 

 

I'll send a PR for this.

 

1. [https://github.com/apache/camel/blob/camel-3.0.0-RC3/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Endpoint.java#L102]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)