[ 
https://issues.apache.org/jira/browse/CAMEL-17648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-17648:
--------------------------------
    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>
> 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.1#820001)

Reply via email to