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

ASF GitHub Bot commented on MINIFI-231:
---------------------------------------

Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/62#discussion_r104432714
  
    --- Diff: libminifi/include/Connection.h ---
    @@ -180,7 +184,8 @@ class Connection
        std::atomic<uint64_t> _maxQueueDataSize;
        //! Flow File Expiration Duration in= MilliSeconds
        std::atomic<uint64_t> _expiredDuration;
    -
    +   //! UUID string
    +   std::string _uuidStr;
    --- End diff --
    
    We're making a transition to the google code style. I don't think 
consistency in a class is a concern now since we're in such flux. Doing that 
will help me avoid having to do new members. 


> FlowFile Persistent 
> --------------------
>
>                 Key: MINIFI-231
>                 URL: https://issues.apache.org/jira/browse/MINIFI-231
>             Project: Apache NiFi MiNiFi
>          Issue Type: Bug
>          Components: Core Framework, Data Format
>    Affects Versions: cpp-1.0.0
>            Reporter: bqiu
>            Assignee: bqiu
>             Fix For: cpp-1.0.0
>
>
> Add FlowFile persistent support



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to