[
https://issues.apache.org/jira/browse/CAMEL-17648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-17648:
--------------------------------
Fix Version/s: 4.10.0
(was: Future)
> Optimizing File component performance when filtering file names.
> ----------------------------------------------------------------
>
> Key: CAMEL-17648
> URL: https://issues.apache.org/jira/browse/CAMEL-17648
> Project: Camel
> Issue Type: Improvement
> Components: camel-file
> Reporter: Ja
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 4.10.0
>
> Attachments: CAMEL-17648.patch
>
>
> Currently FileConsumer matches file names after creating GenericFile object
> for each file witch can be time consuming especially in shared network
> directories.
> This could be optimized by matching on name based query parameters (fileName,
> include, exclude, antExclude, antInclude, includeExt, excludeExt) before
> creating GenericFile objects.
> If the file name does not match creating GenericFile objects would not be
> necessary.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)