Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the file splitter scans all the files and emits them in one shot.
Also it holds the file paths in memory to know whether a file was discovered or not.
Changes:
- Added a time based directory scanner which will finds files which have been modified since the last scan.
- Added a blocks threshold property which can control no. of blocks emitted.