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 2019/06/18 14:55:00 UTC

[jira] [Created] (MINIFICPP-926) Nanofi tailfile should have a configurable chunk size

Murtuza Shareef created MINIFICPP-926:
-----------------------------------------

             Summary: Nanofi tailfile should have a configurable chunk size
                 Key: MINIFICPP-926
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-926
             Project: Apache NiFi MiNiFi C++
          Issue Type: Story
            Reporter: Murtuza Shareef
            Assignee: Murtuza Shareef


Today, nanofi takes a mixed approach to tail a given file. The delimiter is configurable, however, if the file contains a line greater than or equal to 4096 bytes without having a delimiter, the tailfile creates a flowfile for the 4096 byte chunk.

We want to have either size based approach only or a delimiter based approach individually. This ticket is for the size based approach.



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