GitHub user ottobackwards opened a pull request:
https://github.com/apache/nifi/pull/2836
NIFI-5147 Calculate hash attribute redux
[#2802](https://github.com/apache/nifi/pull/2802)
The prior PR landed, but was reverted for further review. I cannot
re-open, so I'm creating a new PR.
Please reference the comments in the old pr.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ottobackwards/nifi calculate-hash-attribute
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2836.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2836
----
commit 75b70ccfc80d5e3529a7beeb575f3bc3b3cc548b
Author: Otto Fowler <ottobackwards@...>
Date: 2018-06-18T15:00:38Z
NIFI-5147 Add CalculateAttributeHash processor
commit da03c6749e2482a57030a22389a2b9a1606a16fd
Author: Otto Fowler <ottobackwards@...>
Date: 2018-06-26T18:51:06Z
add warning and recommendation link
commit 6951040beaa63afa21a6a5b2f45139259a5e604d
Author: Otto Fowler <ottobackwards@...>
Date: 2018-07-01T16:18:08Z
per review
- added properties to control behavior when attributes that are configured
are partially or completely missing
- set charset with a property
- added tests
commit 2af8be80b89c67fa113f37a643893fbb3d8a6520
Author: Otto Fowler <ottobackwards@...>
Date: 2018-07-01T16:25:24Z
fix assert parameter order
----
---