Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
This improvement introduces a filter option to the camel-google-storage consumer. The filter will operates on files in the bucket, based on a specific regular expression.
As a consequence the following improvements will be provided to the users:
- Avoid to create an exchange for blobs that don't match the regex
- Avoid memory consumption especially when the bucket it's huge
- Extend the component with a feature that it's not present google api side
It's worth noting here that the filter option it's different from a prefix option. The prefix concept It's present google api side but It's not used in the related camel component and, as reported by the documentation, should be used to filter results to blobs whose names begin with this prefix.
Attachments
Issue Links
- links to