Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/445#discussion_r235458978
--- Diff: PROCESSORS.md ---
@@ -130,6 +131,31 @@ default values, and whether a property supports the
NiFi Expression Language.
| success | All FlowFiles are routed to this relationship. |
+## ContentHash
+
+### Description
+
+ContentHash calculates the checksum of the content of the flowfile and
adds it as an attribute.
--- End diff --
In the NiFi Ecosystem processors are VerbNoun, so this would be more
applicably, "HashContent"
---