mattyb149 commented on issue #3912: NIFI-6889 - Create RulesRecordProcessor URL: https://github.com/apache/nifi/pull/3912#issuecomment-564127993 @YolandaMDavis I like the idea of a property to configure whether to send a flowfile on zero results, it's more flexible and supports both use cases. Whichever default value is fine with me. @joewitt The processor takes the "facts" (field values) and runs them through a rules engine which returns a set of actions to take (but it doesn't do the actions, just passes them along). Maybe now that record-based processors are becoming the norm we don't need `Record` in the name (there won't ever be a non-record-based one), so maybe we name the processor something like `EvaluateRulesToActions`?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
