Hi all,

I have a flow that is split into several fragments, processed one by one
and finally mixed to notify the status.

If the MergeContent processor only maintains the common attributes, what
would be the best way to count the final state of each flow (Successful,
Failed, Ignored)?

Maybe I use a distributed cache? But I only need one number for each state

Nifi counters would need to be cleaned with ExecuteScript so that they do
not accumulate data between runs.

I have the option of accumulating in a database table, but I would like
something lighter.

Thanks


-- 
Saludos

Reply via email to