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

[jira] [Created] (MINIFICPP-769) In-memory content storage for Nanofi

Arpad Boda created MINIFICPP-769:
------------------------------------

             Summary: In-memory content storage for Nanofi
                 Key: MINIFICPP-769
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-769
             Project: NiFi MiNiFi C++
          Issue Type: New Feature
            Reporter: Arpad Boda
            Assignee: Arpad Boda


Currently Nanofi supports storing flow file content in:

-Files (content location is a file system path)

-C++ content repo

The latter is planned to go away as we move towards C, however an IO-friendly way of processing and forwarding data would be nice.

For eg. in case the data source is bluetooth/network/pipe, we should be able to provide a way of passing it through some processors and sending it via S2S without writing the content to local storage.

[~phrocker] , [~aldrin] what's your opinion?



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