[
https://issues.apache.org/jira/browse/CAMEL-14199?focusedWorklogId=347387&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-347387
]
ASF GitHub Bot logged work on CAMEL-14199:
------------------------------------------
Author: ASF GitHub Bot
Created on: 21/Nov/19 12:42
Start Date: 21/Nov/19 12:42
Worklog Time Spent: 10m
Work Description: davsclaus commented on pull request #3356: CAMEL-14199
: camel-hdfs - Add maxMessagesPerPoll for Consumer
URL: https://github.com/apache/camel/pull/3356
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 347387)
Time Spent: 20m (was: 10m)
> camel-hdfs - Add maxMessagesPerPoll for Consumer
> ------------------------------------------------
>
> Key: CAMEL-14199
> URL: https://issues.apache.org/jira/browse/CAMEL-14199
> Project: Camel
> Issue Type: Improvement
> Components: camel-hdfs
> Reporter: Marius Cornescu
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Add a _maxMessagesPerPoll_ property, like the file component has.
>
> {color:#57d9a3}_* To define a maximum messages to gather per poll._{color}
> {color:#57d9a3} _* By default no maximum is set. Can be used to set a limit
> of e.g. 1000 to avoid when starting up the server that there are thousands of
> files._{color}
> {color:#57d9a3} _* Set a value of 0 or negative to disabled it._{color}
> {color:#57d9a3} _* Notice: If this option is in use then the File and FTP
> components will limit before any sorting._{color}
> {color:#57d9a3} _* For example if you have 100000 files and use
> maxMessagesPerPoll=500, then only the first 500 files will be picked up, and
> then sorted._{color}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)