Github user jdye64 commented on the issue:
https://github.com/apache/nifi-registry/pull/133
I had contemplated placing the logic that checked if the hook provider
should be invoked for an event or not right above
https://github.com/apache/nifi-registry/blob/7e4e9713406f3bb3ac1544b6ad69fbdd437f794c/nifi-registry-framework/src/main/java/org/apache/nifi/registry/event/EventService.java#L73
but decided to place that logic in each hook provider in case someone wanted
to write their own custom hook provider and want to apply different white
listing logic that would allow them to circumvent such filtering. How do you
both feel about that?
---