You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/11/20 19:55:00 UTC

[jira] [Commented] (NIFI-7879) Create record path function for UUID v5

    [ https://issues.apache.org/jira/browse/NIFI-7879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17236409#comment-17236409 ] 

ASF subversion and git services commented on NIFI-7879:
-------------------------------------------------------

Commit 932496e10667a27b836bbf68c8084414bc992f4f in nifi's branch refs/heads/main from Mike Thomsen
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=932496e ]

NIFI-7879 Created record path function for UUID v5

This closes #4570.

Signed-off-by: Joey Frazee <jf...@apache.org>


> Create record path function for UUID v5
> ---------------------------------------
>
>                 Key: NIFI-7879
>                 URL: https://issues.apache.org/jira/browse/NIFI-7879
>             Project: Apache NiFi
>          Issue Type: New Feature
>            Reporter: Mike Thomsen
>            Assignee: Mike Thomsen
>            Priority: Major
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> UUIDv5 is very good for creating reproducible UUIDs for records. For example, you can specify a namespace for a particular data source using a one time generated UUIDv4 and then do this:
>  
> uuid5_func(namespace, "some input text") and get a reproducible UUID for that record.



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