Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/2527
Thought a bit more about this one and I wondered if someone could be in a
situation where they really want a bulletin to be generated when the row is not
found. But since the flow file will be routed to a specific relationship
(REL_NOT_FOUND), they can actually generate a bulletin using another processor
(like LogMessage) for this relationship. Another option would be to let the
user choose the behavior with a property but it sounds a bit overcomplicated...
What do you think @bbende? (you created this processor, I'm curious to have
your opinion)
---