Github user thenatog commented on the issue:
https://github.com/apache/nifi/pull/2983
@alopresto Apologies, looks like I had things a bit backward. The template
given was generating the dynamic content with attributes:
dynamic
generator_type
and the HashAttributeProcessor was looking for:
dynamic_sha256 -> dynamic
generator_type_sha256 -> generator_type
static_sha256 -> static
Changed this to "dynamic -> dynamic_sha256" and files are moving to Success
and have the correct hashes for ISO-8859-1, US-ASCII, , UTF-8, UTF-16, UTF-16BE
and UTF-16LE.
---