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

Tony Kurc commented on NIFI-274:
--------------------------------

[~bende] - also, you have a TODO in your code block here, and ignoring the 
return value of offer. Was this a work in progress?

{code}
        } catch (ProcessException e) {
            getLogger().error("Error processing Syslog message", e);
            filledBuffers.offer(buffer); // TODO should these be put() ?
            session.remove(flowFile);
        }
{code}

> Syslog processors
> -----------------
>
>                 Key: NIFI-274
>                 URL: https://issues.apache.org/jira/browse/NIFI-274
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>    Affects Versions: 0.1.0
>         Environment: any
>            Reporter: Corey Flowers
>            Assignee: Tony Kurc
>            Priority: Minor
>              Labels: features, syslog
>             Fix For: 0.4.0
>
>         Attachments: NIFI-274-2.patch, NIFI-274-3.patch, NIFI-274.patch
>
>
> request to add syslog processors for direct interaction with syslog to 
> include pulls and pushes of log info.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to