You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (JIRA)" <ji...@apache.org> on 2019/06/14 18:45:00 UTC

[jira] [Created] (NIFI-6383) Implement a database FlowPersistenceProvider

Bryan Bende created NIFI-6383:
---------------------------------

             Summary: Implement a database FlowPersistenceProvider
                 Key: NIFI-6383
                 URL: https://issues.apache.org/jira/browse/NIFI-6383
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Bryan Bende


We currently have the options of local filesystem and git for flow storage. While git is for pushing to a remote and visualizing in github, it is only a one way push and not ideal for an HA scenario where we would want multiple instances of the NiFi Registry application running.

We should implement a FlowStorageProvider backed by a relational database table that could live in the same DB as the metadata database. This would allow multiple NiFi Registry instances to run pointing at the same external database.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)