You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/08/06 08:05:00 UTC

[jira] [Resolved] (CAMEL-9971) file2 component should support appending chars in append mode

     [ https://issues.apache.org/jira/browse/CAMEL-9971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-9971.
--------------------------------
       Resolution: Fixed
         Assignee: Claus Ibsen
    Fix Version/s: 3.0.0.M5
                   3.0.0

> file2 component should support appending chars in append mode
> -------------------------------------------------------------
>
>                 Key: CAMEL-9971
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9971
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.17.0
>            Reporter: James Green
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.0.0, 3.0.0.M5
>
>
> I've found some code in a route that writes a message to a file with `fileExist=Append` as an option.
> To my surprise it first goes through a processor that adds a newline character to the end of the text message. It seems our reader (Logstash) requires one-message-per-line in it's input files.
> Of course, if we re-pointed ourselves at a message broker instead of file: the newline-appender processor becomes redundant and thus our code would need to change so it doesn't feel right at all.
> If we had a `appendChars` option we could do `&appendChars=\n` instead on the file endpoint uri which feels more natural.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)