Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
None
Description
When fetching remote files with maxFetch, it makes sense to apply a comparator before limiting the files fetched. This way we can be sure that files will be processed in a known order.
The current comparator (in the streaming message source) is applied to AbstractFileInfo after the maxFetch limit has been applied.