We noticed that MiNiFi currently only supports timer-based scheduling. Looking at the code, one could set the timer interval to 0, but this would result in a hot loop burning 100% of a core. As such, there seems to be no way presently to have flow file records processed as soon as incoming records populate the queue. Further, it looks like the FlowController code is hard-coded against the timer-based scheduling agent, and unfortunately there is no obvious way to plug-in an alternative scheduler.
Are there any near/mid-term plans to implement event-based scheduling? -Andy
