Flume local directory source of events - lazaromedina/flume-local-source GitHub Wiki

Main goal

Files in recursive directories of main folder will be discovered and processed according flume messages. Specially intended for huge files.

processEvent instead of processEventBatch

Better performance for huge files if events are processed independently and not in batches.