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

[jira] [Created] (MINIFICPP-1179) Employ reliable buffering in ECU.

Murtuza Shareef created MINIFICPP-1179:
------------------------------------------

             Summary: Employ reliable buffering in ECU. 
                 Key: MINIFICPP-1179
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1179
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Murtuza Shareef
            Assignee: Murtuza Shareef


The work done as part of MINIFICPP-1007, uses a ring buffer with fixed size and no data persistence to file system, making the ecu unreliable and memory inefficient.

This ticket solves the above problems by
 # Setting a max buffer size per ECU and incrementally allocating memory when needed.
 # Persisting data to the file system while in the process of flushing to the output plugin.

 



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