You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2020/07/09 13:20:00 UTC

[jira] [Created] (NIFIREG-401) Use String instead of enum for FlowFileOutboundPolicy and FlowFileConcurrency

Mark Payne created NIFIREG-401:
----------------------------------

             Summary: Use String instead of enum for FlowFileOutboundPolicy and FlowFileConcurrency
                 Key: NIFIREG-401
                 URL: https://issues.apache.org/jira/browse/NIFIREG-401
             Project: NiFi Registry
          Issue Type: Improvement
            Reporter: Mark Payne
            Assignee: Mark Payne


The VersionedProcessGroup has an enum for the FlowfileOutboundPolicy and for the FlowFileConcurrency. These are likely to to change some in future releases of nifi (possibly even before the next release of nifi). The registry doesn't really care what these values are. So it makes sense to use a String for these values instead of the more restrictive enum for the registry side.



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