You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andy LoPresto (Jira)" <ji...@apache.org> on 2020/02/10 23:36:00 UTC

[jira] [Created] (NIFI-7127) Allow injection of SecureHasher into FingerprintFactory

Andy LoPresto created NIFI-7127:
-----------------------------------

             Summary: Allow injection of SecureHasher into FingerprintFactory
                 Key: NIFI-7127
                 URL: https://issues.apache.org/jira/browse/NIFI-7127
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
    Affects Versions: 1.11.1
            Reporter: Andy LoPresto


The {{FingerprintFactory}} should allow injection of a specific {{SecureHasher}} implementation to avoid an explicit dependency on {{Argon2}}. As long as every node in the cluster uses the same implementation, the output will be deterministic and comparable. 

Dependency injection allows for better unit testing, upgradability, and configurability based on performance concerns. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)